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 |
Documentation
data FailedS3Resource Source #
Includes details about the failed S3 resources.
See: newFailedS3Resource
smart constructor.
FailedS3Resource' | |
|
Instances
newFailedS3Resource :: FailedS3Resource Source #
Create a value of FailedS3Resource
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:FailedS3Resource'
, failedS3Resource_errorCode
- The status code of a failed item.
$sel:errorMessage:FailedS3Resource'
, failedS3Resource_errorMessage
- The error message of a failed item.
$sel:failedItem:FailedS3Resource'
, failedS3Resource_failedItem
- The failed S3 resources.
failedS3Resource_errorCode :: Lens' FailedS3Resource (Maybe Text) Source #
The status code of a failed item.
failedS3Resource_errorMessage :: Lens' FailedS3Resource (Maybe Text) Source #
The error message of a failed item.
failedS3Resource_failedItem :: Lens' FailedS3Resource (Maybe S3Resource) Source #
The failed S3 resources.