| 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.Kendra.Types.BatchDeleteDocumentResponseFailedDocument
Description
Synopsis
- data BatchDeleteDocumentResponseFailedDocument = BatchDeleteDocumentResponseFailedDocument' {}
- newBatchDeleteDocumentResponseFailedDocument :: BatchDeleteDocumentResponseFailedDocument
- batchDeleteDocumentResponseFailedDocument_errorCode :: Lens' BatchDeleteDocumentResponseFailedDocument (Maybe ErrorCode)
- batchDeleteDocumentResponseFailedDocument_errorMessage :: Lens' BatchDeleteDocumentResponseFailedDocument (Maybe Text)
- batchDeleteDocumentResponseFailedDocument_id :: Lens' BatchDeleteDocumentResponseFailedDocument (Maybe Text)
Documentation
data BatchDeleteDocumentResponseFailedDocument Source #
Provides information about documents that could not be removed from an
index by the BatchDeleteDocument API.
See: newBatchDeleteDocumentResponseFailedDocument smart constructor.
Constructors
| BatchDeleteDocumentResponseFailedDocument' | |
Instances
newBatchDeleteDocumentResponseFailedDocument :: BatchDeleteDocumentResponseFailedDocument Source #
Create a value of BatchDeleteDocumentResponseFailedDocument 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:BatchDeleteDocumentResponseFailedDocument', batchDeleteDocumentResponseFailedDocument_errorCode - The error code for why the document couldn't be removed from the index.
$sel:errorMessage:BatchDeleteDocumentResponseFailedDocument', batchDeleteDocumentResponseFailedDocument_errorMessage - An explanation for why the document couldn't be removed from the index.
$sel:id:BatchDeleteDocumentResponseFailedDocument', batchDeleteDocumentResponseFailedDocument_id - The identifier of the document that couldn't be removed from the index.
batchDeleteDocumentResponseFailedDocument_errorCode :: Lens' BatchDeleteDocumentResponseFailedDocument (Maybe ErrorCode) Source #
The error code for why the document couldn't be removed from the index.
batchDeleteDocumentResponseFailedDocument_errorMessage :: Lens' BatchDeleteDocumentResponseFailedDocument (Maybe Text) Source #
An explanation for why the document couldn't be removed from the index.
batchDeleteDocumentResponseFailedDocument_id :: Lens' BatchDeleteDocumentResponseFailedDocument (Maybe Text) Source #
The identifier of the document that couldn't be removed from the index.