libZSservicesZSamazonka-sesv2ZSamazonka-sesv2
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.SESV2.Types.FailureInfo

Description

 
Synopsis

Documentation

data FailureInfo Source #

An object that contains the failure details about an import job.

See: newFailureInfo smart constructor.

Constructors

FailureInfo' 

Fields

Instances

Instances details
Eq FailureInfo Source # 
Instance details

Defined in Amazonka.SESV2.Types.FailureInfo

Read FailureInfo Source # 
Instance details

Defined in Amazonka.SESV2.Types.FailureInfo

Show FailureInfo Source # 
Instance details

Defined in Amazonka.SESV2.Types.FailureInfo

Generic FailureInfo Source # 
Instance details

Defined in Amazonka.SESV2.Types.FailureInfo

Associated Types

type Rep FailureInfo :: Type -> Type #

NFData FailureInfo Source # 
Instance details

Defined in Amazonka.SESV2.Types.FailureInfo

Methods

rnf :: FailureInfo -> () #

Hashable FailureInfo Source # 
Instance details

Defined in Amazonka.SESV2.Types.FailureInfo

FromJSON FailureInfo Source # 
Instance details

Defined in Amazonka.SESV2.Types.FailureInfo

type Rep FailureInfo Source # 
Instance details

Defined in Amazonka.SESV2.Types.FailureInfo

type Rep FailureInfo = D1 ('MetaData "FailureInfo" "Amazonka.SESV2.Types.FailureInfo" "libZSservicesZSamazonka-sesv2ZSamazonka-sesv2" 'False) (C1 ('MetaCons "FailureInfo'" 'PrefixI 'True) (S1 ('MetaSel ('Just "failedRecordsS3Url") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "errorMessage") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text))))

newFailureInfo :: FailureInfo Source #

Create a value of FailureInfo 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:failedRecordsS3Url:FailureInfo', failureInfo_failedRecordsS3Url - An Amazon S3 presigned URL that contains all the failed records and related information.

$sel:errorMessage:FailureInfo', failureInfo_errorMessage - A message about why the import job failed.

failureInfo_failedRecordsS3Url :: Lens' FailureInfo (Maybe Text) Source #

An Amazon S3 presigned URL that contains all the failed records and related information.

failureInfo_errorMessage :: Lens' FailureInfo (Maybe Text) Source #

A message about why the import job failed.