| Copyright | (c) 2013-2023 Brendan Hay |
|---|---|
| License | Mozilla Public License, v. 2.0. |
| Maintainer | Brendan Hay |
| Stability | auto-generated |
| Portability | non-portable (GHC extensions) |
| Safe Haskell | Safe-Inferred |
| Language | Haskell2010 |
Amazonka.EC2.Types.AssociationStatus
Description
Documentation
data AssociationStatus Source #
Describes the state of a target network association.
See: newAssociationStatus smart constructor.
Constructors
| AssociationStatus' | |
Instances
newAssociationStatus :: AssociationStatus Source #
Create a value of AssociationStatus 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:code:AssociationStatus', associationStatus_code - The state of the target network association.
$sel:message:AssociationStatus', associationStatus_message - A message about the status of the target network association, if
applicable.
associationStatus_code :: Lens' AssociationStatus (Maybe AssociationStatusCode) Source #
The state of the target network association.
associationStatus_message :: Lens' AssociationStatus (Maybe Text) Source #
A message about the status of the target network association, if applicable.