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
- data BatchDeleteImportDataError = BatchDeleteImportDataError' {}
- newBatchDeleteImportDataError :: BatchDeleteImportDataError
- batchDeleteImportDataError_importTaskId :: Lens' BatchDeleteImportDataError (Maybe Text)
- batchDeleteImportDataError_errorCode :: Lens' BatchDeleteImportDataError (Maybe BatchDeleteImportDataErrorCode)
- batchDeleteImportDataError_errorDescription :: 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.
BatchDeleteImportDataError' | |
|
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:importTaskId:BatchDeleteImportDataError'
, batchDeleteImportDataError_importTaskId
- The unique import ID associated with the error that occurred.
$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.
batchDeleteImportDataError_importTaskId :: Lens' BatchDeleteImportDataError (Maybe Text) Source #
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.