libZSservicesZSamazonka-appstreamZSamazonka-appstream
Copyright(c) 2013-2021 Brendan Hay
LicenseMozilla Public License, v. 2.0.
MaintainerBrendan Hay <brendan.g.hay+amazonka@gmail.com>
Stabilityauto-generated
Portabilitynon-portable (GHC extensions)
Safe HaskellNone

Amazonka.AppStream.Types.UserStackAssociationError

Description

 
Synopsis

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.

Constructors

UserStackAssociationError' 

Fields

Instances

Instances details
Eq UserStackAssociationError Source # 
Instance details

Defined in Amazonka.AppStream.Types.UserStackAssociationError

Show UserStackAssociationError Source # 
Instance details

Defined in Amazonka.AppStream.Types.UserStackAssociationError

Generic UserStackAssociationError Source # 
Instance details

Defined in Amazonka.AppStream.Types.UserStackAssociationError

Associated Types

type Rep UserStackAssociationError :: Type -> Type #

NFData UserStackAssociationError Source # 
Instance details

Defined in Amazonka.AppStream.Types.UserStackAssociationError

Hashable UserStackAssociationError Source # 
Instance details

Defined in Amazonka.AppStream.Types.UserStackAssociationError

FromJSON UserStackAssociationError Source # 
Instance details

Defined in Amazonka.AppStream.Types.UserStackAssociationError

type Rep UserStackAssociationError Source # 
Instance details

Defined in Amazonka.AppStream.Types.UserStackAssociationError

type Rep UserStackAssociationError = D1 ('MetaData "UserStackAssociationError" "Amazonka.AppStream.Types.UserStackAssociationError" "libZSservicesZSamazonka-appstreamZSamazonka-appstream" 'False) (C1 ('MetaCons "UserStackAssociationError'" 'PrefixI 'True) (S1 ('MetaSel ('Just "userStackAssociation") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe UserStackAssociation)) :*: (S1 ('MetaSel ('Just "errorCode") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe UserStackAssociationErrorCode)) :*: S1 ('MetaSel ('Just "errorMessage") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)))))

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_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.