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.BatchGetDocumentStatusResponseError

Description

 
Synopsis

Documentation

data BatchGetDocumentStatusResponseError Source #

Provides a response when the status of a document could not be retrieved.

See: newBatchGetDocumentStatusResponseError smart constructor.

Constructors

BatchGetDocumentStatusResponseError' 

Fields

Instances

Instances details
FromJSON BatchGetDocumentStatusResponseError Source # 
Instance details

Defined in Amazonka.Kendra.Types.BatchGetDocumentStatusResponseError

Generic BatchGetDocumentStatusResponseError Source # 
Instance details

Defined in Amazonka.Kendra.Types.BatchGetDocumentStatusResponseError

Read BatchGetDocumentStatusResponseError Source # 
Instance details

Defined in Amazonka.Kendra.Types.BatchGetDocumentStatusResponseError

Show BatchGetDocumentStatusResponseError Source # 
Instance details

Defined in Amazonka.Kendra.Types.BatchGetDocumentStatusResponseError

NFData BatchGetDocumentStatusResponseError Source # 
Instance details

Defined in Amazonka.Kendra.Types.BatchGetDocumentStatusResponseError

Eq BatchGetDocumentStatusResponseError Source # 
Instance details

Defined in Amazonka.Kendra.Types.BatchGetDocumentStatusResponseError

Hashable BatchGetDocumentStatusResponseError Source # 
Instance details

Defined in Amazonka.Kendra.Types.BatchGetDocumentStatusResponseError

type Rep BatchGetDocumentStatusResponseError Source # 
Instance details

Defined in Amazonka.Kendra.Types.BatchGetDocumentStatusResponseError

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

newBatchGetDocumentStatusResponseError :: BatchGetDocumentStatusResponseError Source #

Create a value of BatchGetDocumentStatusResponseError 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:documentId:BatchGetDocumentStatusResponseError', batchGetDocumentStatusResponseError_documentId - The identifier of the document whose status could not be retrieved.

$sel:errorCode:BatchGetDocumentStatusResponseError', batchGetDocumentStatusResponseError_errorCode - Indicates the source of the error.

$sel:errorMessage:BatchGetDocumentStatusResponseError', batchGetDocumentStatusResponseError_errorMessage - States that the API could not get the status of a document. This could be because the request is not valid or there is a system error.

batchGetDocumentStatusResponseError_documentId :: Lens' BatchGetDocumentStatusResponseError (Maybe Text) Source #

The identifier of the document whose status could not be retrieved.

batchGetDocumentStatusResponseError_errorMessage :: Lens' BatchGetDocumentStatusResponseError (Maybe Text) Source #

States that the API could not get the status of a document. This could be because the request is not valid or there is a system error.