| 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.CloudTrail.Types.ImportFailureListItem
Description
Synopsis
- data ImportFailureListItem = ImportFailureListItem' {}
- newImportFailureListItem :: ImportFailureListItem
- importFailureListItem_errorMessage :: Lens' ImportFailureListItem (Maybe Text)
- importFailureListItem_errorType :: Lens' ImportFailureListItem (Maybe Text)
- importFailureListItem_lastUpdatedTime :: Lens' ImportFailureListItem (Maybe UTCTime)
- importFailureListItem_location :: Lens' ImportFailureListItem (Maybe Text)
- importFailureListItem_status :: Lens' ImportFailureListItem (Maybe ImportFailureStatus)
Documentation
data ImportFailureListItem Source #
Provides information about an import failure.
See: newImportFailureListItem smart constructor.
Constructors
| ImportFailureListItem' | |
Fields
| |
Instances
newImportFailureListItem :: ImportFailureListItem Source #
Create a value of ImportFailureListItem 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:ImportFailureListItem', importFailureListItem_errorMessage - Provides the reason the import failed.
$sel:errorType:ImportFailureListItem', importFailureListItem_errorType - The type of import error.
$sel:lastUpdatedTime:ImportFailureListItem', importFailureListItem_lastUpdatedTime - When the import was last updated.
$sel:location:ImportFailureListItem', importFailureListItem_location - The location of the failure in the S3 bucket.
$sel:status:ImportFailureListItem', importFailureListItem_status - The status of the import.
importFailureListItem_errorMessage :: Lens' ImportFailureListItem (Maybe Text) Source #
Provides the reason the import failed.
importFailureListItem_errorType :: Lens' ImportFailureListItem (Maybe Text) Source #
The type of import error.
importFailureListItem_lastUpdatedTime :: Lens' ImportFailureListItem (Maybe UTCTime) Source #
When the import was last updated.
importFailureListItem_location :: Lens' ImportFailureListItem (Maybe Text) Source #
The location of the failure in the S3 bucket.
importFailureListItem_status :: Lens' ImportFailureListItem (Maybe ImportFailureStatus) Source #
The status of the import.