| 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.BatchPutDocumentResponseFailedDocument
Description
Synopsis
- data BatchPutDocumentResponseFailedDocument = BatchPutDocumentResponseFailedDocument' {}
- newBatchPutDocumentResponseFailedDocument :: BatchPutDocumentResponseFailedDocument
- batchPutDocumentResponseFailedDocument_errorCode :: Lens' BatchPutDocumentResponseFailedDocument (Maybe ErrorCode)
- batchPutDocumentResponseFailedDocument_errorMessage :: Lens' BatchPutDocumentResponseFailedDocument (Maybe Text)
- batchPutDocumentResponseFailedDocument_id :: Lens' BatchPutDocumentResponseFailedDocument (Maybe Text)
Documentation
data BatchPutDocumentResponseFailedDocument Source #
Provides information about a document that could not be indexed.
See: newBatchPutDocumentResponseFailedDocument smart constructor.
Constructors
| BatchPutDocumentResponseFailedDocument' | |
Instances
newBatchPutDocumentResponseFailedDocument :: BatchPutDocumentResponseFailedDocument Source #
Create a value of BatchPutDocumentResponseFailedDocument 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:BatchPutDocumentResponseFailedDocument', batchPutDocumentResponseFailedDocument_errorCode - The type of error that caused the document to fail to be indexed.
$sel:errorMessage:BatchPutDocumentResponseFailedDocument', batchPutDocumentResponseFailedDocument_errorMessage - A description of the reason why the document could not be indexed.
$sel:id:BatchPutDocumentResponseFailedDocument', batchPutDocumentResponseFailedDocument_id - The identifier of the document.
batchPutDocumentResponseFailedDocument_errorCode :: Lens' BatchPutDocumentResponseFailedDocument (Maybe ErrorCode) Source #
The type of error that caused the document to fail to be indexed.
batchPutDocumentResponseFailedDocument_errorMessage :: Lens' BatchPutDocumentResponseFailedDocument (Maybe Text) Source #
A description of the reason why the document could not be indexed.
batchPutDocumentResponseFailedDocument_id :: Lens' BatchPutDocumentResponseFailedDocument (Maybe Text) Source #
The identifier of the document.