libZSservicesZSamazonka-codepipelineZSamazonka-codepipeline
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.CodePipeline.Types.ErrorDetails

Description

 
Synopsis

Documentation

data ErrorDetails Source #

Represents information about an error in AWS CodePipeline.

See: newErrorDetails smart constructor.

Constructors

ErrorDetails' 

Fields

Instances

Instances details
Eq ErrorDetails Source # 
Instance details

Defined in Amazonka.CodePipeline.Types.ErrorDetails

Read ErrorDetails Source # 
Instance details

Defined in Amazonka.CodePipeline.Types.ErrorDetails

Show ErrorDetails Source # 
Instance details

Defined in Amazonka.CodePipeline.Types.ErrorDetails

Generic ErrorDetails Source # 
Instance details

Defined in Amazonka.CodePipeline.Types.ErrorDetails

Associated Types

type Rep ErrorDetails :: Type -> Type #

NFData ErrorDetails Source # 
Instance details

Defined in Amazonka.CodePipeline.Types.ErrorDetails

Methods

rnf :: ErrorDetails -> () #

Hashable ErrorDetails Source # 
Instance details

Defined in Amazonka.CodePipeline.Types.ErrorDetails

FromJSON ErrorDetails Source # 
Instance details

Defined in Amazonka.CodePipeline.Types.ErrorDetails

type Rep ErrorDetails Source # 
Instance details

Defined in Amazonka.CodePipeline.Types.ErrorDetails

type Rep ErrorDetails = D1 ('MetaData "ErrorDetails" "Amazonka.CodePipeline.Types.ErrorDetails" "libZSservicesZSamazonka-codepipelineZSamazonka-codepipeline" 'False) (C1 ('MetaCons "ErrorDetails'" 'PrefixI 'True) (S1 ('MetaSel ('Just "code") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "message") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text))))

newErrorDetails :: ErrorDetails Source #

Create a value of ErrorDetails 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:ErrorDetails', errorDetails_code - The system ID or number code of the error.

$sel:message:ErrorDetails', errorDetails_message - The text of the error message.

errorDetails_code :: Lens' ErrorDetails (Maybe Text) Source #

The system ID or number code of the error.

errorDetails_message :: Lens' ErrorDetails (Maybe Text) Source #

The text of the error message.