| 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.Discovery.Types.BatchDeleteImportDataError
Description
Synopsis
- data BatchDeleteImportDataError = BatchDeleteImportDataError' {}
- newBatchDeleteImportDataError :: BatchDeleteImportDataError
- batchDeleteImportDataError_errorCode :: Lens' BatchDeleteImportDataError (Maybe BatchDeleteImportDataErrorCode)
- batchDeleteImportDataError_errorDescription :: Lens' BatchDeleteImportDataError (Maybe Text)
- batchDeleteImportDataError_importTaskId :: Lens' BatchDeleteImportDataError (Maybe Text)
Documentation
data BatchDeleteImportDataError Source #
Error messages returned for each import task that you deleted as a response for this command.
See: newBatchDeleteImportDataError smart constructor.
Constructors
| BatchDeleteImportDataError' | |
Fields
| |
Instances
newBatchDeleteImportDataError :: BatchDeleteImportDataError Source #
Create a value of BatchDeleteImportDataError 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:BatchDeleteImportDataError', batchDeleteImportDataError_errorCode - The type of error that occurred for a specific import task.
$sel:errorDescription:BatchDeleteImportDataError', batchDeleteImportDataError_errorDescription - The description of the error that occurred for a specific import task.
$sel:importTaskId:BatchDeleteImportDataError', batchDeleteImportDataError_importTaskId - The unique import ID associated with the error that occurred.
batchDeleteImportDataError_errorCode :: Lens' BatchDeleteImportDataError (Maybe BatchDeleteImportDataErrorCode) Source #
The type of error that occurred for a specific import task.
batchDeleteImportDataError_errorDescription :: Lens' BatchDeleteImportDataError (Maybe Text) Source #
The description of the error that occurred for a specific import task.
batchDeleteImportDataError_importTaskId :: Lens' BatchDeleteImportDataError (Maybe Text) Source #
The unique import ID associated with the error that occurred.