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