| Copyright | (c) 2013-2023 Brendan Hay |
|---|---|
| License | Mozilla Public License, v. 2.0. |
| Maintainer | Brendan Hay |
| Stability | auto-generated |
| Portability | non-portable (GHC extensions) |
| Safe Haskell | Safe-Inferred |
| Language | Haskell2010 |
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
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:errorMessage:FailureInfo', failureInfo_errorMessage - A message about why the import job failed.
$sel:failedRecordsS3Url:FailureInfo', failureInfo_failedRecordsS3Url - 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.
failureInfo_failedRecordsS3Url :: Lens' FailureInfo (Maybe Text) Source #
An Amazon S3 presigned URL that contains all the failed records and related information.