Copyright | (c) 2013-2021 Brendan Hay |
---|---|
License | Mozilla Public License, v. 2.0. |
Maintainer | Brendan Hay <brendan.g.hay+amazonka@gmail.com> |
Stability | auto-generated |
Portability | non-portable (GHC extensions) |
Safe Haskell | None |
Synopsis
- data PutTargetsResultEntry = PutTargetsResultEntry' {}
- newPutTargetsResultEntry :: PutTargetsResultEntry
- putTargetsResultEntry_targetId :: Lens' PutTargetsResultEntry (Maybe Text)
- putTargetsResultEntry_errorCode :: Lens' PutTargetsResultEntry (Maybe Text)
- putTargetsResultEntry_errorMessage :: Lens' PutTargetsResultEntry (Maybe Text)
Documentation
data PutTargetsResultEntry Source #
Represents a target that failed to be added to a rule.
See: newPutTargetsResultEntry
smart constructor.
PutTargetsResultEntry' | |
|
Instances
newPutTargetsResultEntry :: PutTargetsResultEntry Source #
Create a value of PutTargetsResultEntry
with all optional fields omitted.
Use generic-lens or optics to modify other optional fields.
The following record fields are available, with the corresponding lenses provided for backwards compatibility:
$sel:targetId:PutTargetsResultEntry'
, putTargetsResultEntry_targetId
- The ID of the target.
$sel:errorCode:PutTargetsResultEntry'
, putTargetsResultEntry_errorCode
- The error code that indicates why the target addition failed. If the
value is ConcurrentModificationException
, too many requests were made
at the same time.
$sel:errorMessage:PutTargetsResultEntry'
, putTargetsResultEntry_errorMessage
- The error message that explains why the target addition failed.
putTargetsResultEntry_targetId :: Lens' PutTargetsResultEntry (Maybe Text) Source #
The ID of the target.
putTargetsResultEntry_errorCode :: Lens' PutTargetsResultEntry (Maybe Text) Source #
The error code that indicates why the target addition failed. If the
value is ConcurrentModificationException
, too many requests were made
at the same time.
putTargetsResultEntry_errorMessage :: Lens' PutTargetsResultEntry (Maybe Text) Source #
The error message that explains why the target addition failed.