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

Description

 
Synopsis

Documentation

data StackError Source #

Describes a stack error.

See: newStackError smart constructor.

Constructors

StackError' 

Fields

Instances

Instances details
Eq StackError Source # 
Instance details

Defined in Amazonka.AppStream.Types.StackError

Read StackError Source # 
Instance details

Defined in Amazonka.AppStream.Types.StackError

Show StackError Source # 
Instance details

Defined in Amazonka.AppStream.Types.StackError

Generic StackError Source # 
Instance details

Defined in Amazonka.AppStream.Types.StackError

Associated Types

type Rep StackError :: Type -> Type #

NFData StackError Source # 
Instance details

Defined in Amazonka.AppStream.Types.StackError

Methods

rnf :: StackError -> () #

Hashable StackError Source # 
Instance details

Defined in Amazonka.AppStream.Types.StackError

FromJSON StackError Source # 
Instance details

Defined in Amazonka.AppStream.Types.StackError

type Rep StackError Source # 
Instance details

Defined in Amazonka.AppStream.Types.StackError

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

newStackError :: StackError Source #

Create a value of StackError 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:errorCode:StackError', stackError_errorCode - The error code.

$sel:errorMessage:StackError', stackError_errorMessage - The error message.