amazonka-kendra-2.0: Amazon KendraFrontendService SDK.
Copyright(c) 2013-2023 Brendan Hay
LicenseMozilla Public License, v. 2.0.
MaintainerBrendan Hay
Stabilityauto-generated
Portabilitynon-portable (GHC extensions)
Safe HaskellSafe-Inferred
LanguageHaskell2010

Amazonka.Kendra.Types.BatchPutDocumentResponseFailedDocument

Description

 
Synopsis

Documentation

data BatchPutDocumentResponseFailedDocument Source #

Provides information about a document that could not be indexed.

See: newBatchPutDocumentResponseFailedDocument smart constructor.

Constructors

BatchPutDocumentResponseFailedDocument' 

Fields

Instances

Instances details
FromJSON BatchPutDocumentResponseFailedDocument Source # 
Instance details

Defined in Amazonka.Kendra.Types.BatchPutDocumentResponseFailedDocument

Generic BatchPutDocumentResponseFailedDocument Source # 
Instance details

Defined in Amazonka.Kendra.Types.BatchPutDocumentResponseFailedDocument

Read BatchPutDocumentResponseFailedDocument Source # 
Instance details

Defined in Amazonka.Kendra.Types.BatchPutDocumentResponseFailedDocument

Show BatchPutDocumentResponseFailedDocument Source # 
Instance details

Defined in Amazonka.Kendra.Types.BatchPutDocumentResponseFailedDocument

NFData BatchPutDocumentResponseFailedDocument Source # 
Instance details

Defined in Amazonka.Kendra.Types.BatchPutDocumentResponseFailedDocument

Eq BatchPutDocumentResponseFailedDocument Source # 
Instance details

Defined in Amazonka.Kendra.Types.BatchPutDocumentResponseFailedDocument

Hashable BatchPutDocumentResponseFailedDocument Source # 
Instance details

Defined in Amazonka.Kendra.Types.BatchPutDocumentResponseFailedDocument

type Rep BatchPutDocumentResponseFailedDocument Source # 
Instance details

Defined in Amazonka.Kendra.Types.BatchPutDocumentResponseFailedDocument

type Rep BatchPutDocumentResponseFailedDocument = D1 ('MetaData "BatchPutDocumentResponseFailedDocument" "Amazonka.Kendra.Types.BatchPutDocumentResponseFailedDocument" "amazonka-kendra-2.0-IHloXAWlYIS8YTp1gXe6J" 'False) (C1 ('MetaCons "BatchPutDocumentResponseFailedDocument'" 'PrefixI 'True) (S1 ('MetaSel ('Just "errorCode") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe ErrorCode)) :*: (S1 ('MetaSel ('Just "errorMessage") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "id") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)))))

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.