Copyright | (c) 2013-2021 Brendan Hay |
---|---|
License | Mozilla Public License, v. 2.0. |
Maintainer | Brendan Hay <brendan.g.hay+amazonka@gmail.com> |
Stability | auto-generated |
Portability | non-portable (GHC extensions) |
Safe Haskell | None |
Synopsis
Documentation
data FailureInfo Source #
An object that contains the failure details about an import job.
See: newFailureInfo
smart constructor.
FailureInfo' | |
|
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: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.