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 FailedCreateAssociation = FailedCreateAssociation' {}
- newFailedCreateAssociation :: FailedCreateAssociation
- failedCreateAssociation_entry :: Lens' FailedCreateAssociation (Maybe CreateAssociationBatchRequestEntry)
- failedCreateAssociation_fault :: Lens' FailedCreateAssociation (Maybe Fault)
- failedCreateAssociation_message :: Lens' FailedCreateAssociation (Maybe Text)
Documentation
data FailedCreateAssociation Source #
Describes a failed association.
See: newFailedCreateAssociation
smart constructor.
Instances
newFailedCreateAssociation :: FailedCreateAssociation Source #
Create a value of FailedCreateAssociation
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:entry:FailedCreateAssociation'
, failedCreateAssociation_entry
- The association.
$sel:fault:FailedCreateAssociation'
, failedCreateAssociation_fault
- The source of the failure.
$sel:message:FailedCreateAssociation'
, failedCreateAssociation_message
- A description of the failure.
failedCreateAssociation_entry :: Lens' FailedCreateAssociation (Maybe CreateAssociationBatchRequestEntry) Source #
The association.
failedCreateAssociation_fault :: Lens' FailedCreateAssociation (Maybe Fault) Source #
The source of the failure.
failedCreateAssociation_message :: Lens' FailedCreateAssociation (Maybe Text) Source #
A description of the failure.