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 UserStackAssociationError = UserStackAssociationError' {}
- newUserStackAssociationError :: UserStackAssociationError
- userStackAssociationError_userStackAssociation :: Lens' UserStackAssociationError (Maybe UserStackAssociation)
- userStackAssociationError_errorCode :: Lens' UserStackAssociationError (Maybe UserStackAssociationErrorCode)
- userStackAssociationError_errorMessage :: Lens' UserStackAssociationError (Maybe Text)
Documentation
data UserStackAssociationError Source #
Describes the error that is returned when a user can’t be associated with or disassociated from a stack.
See: newUserStackAssociationError
smart constructor.
UserStackAssociationError' | |
|
Instances
newUserStackAssociationError :: UserStackAssociationError Source #
Create a value of UserStackAssociationError
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:userStackAssociation:UserStackAssociationError'
, userStackAssociationError_userStackAssociation
- Information about the user and associated stack.
$sel:errorCode:UserStackAssociationError'
, userStackAssociationError_errorCode
- The error code for the error that is returned when a user can’t be
associated with or disassociated from a stack.
$sel:errorMessage:UserStackAssociationError'
, userStackAssociationError_errorMessage
- The error message for the error that is returned when a user can’t be
associated with or disassociated from a stack.
userStackAssociationError_userStackAssociation :: Lens' UserStackAssociationError (Maybe UserStackAssociation) Source #
Information about the user and associated stack.
userStackAssociationError_errorCode :: Lens' UserStackAssociationError (Maybe UserStackAssociationErrorCode) Source #
The error code for the error that is returned when a user can’t be associated with or disassociated from a stack.
userStackAssociationError_errorMessage :: Lens' UserStackAssociationError (Maybe Text) Source #
The error message for the error that is returned when a user can’t be associated with or disassociated from a stack.