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

Description

 
Synopsis

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' 

Fields

  • errorCode :: Maybe ErrorCode

    The error code for why the document couldn't be removed from the index.

  • errorMessage :: Maybe Text

    An explanation for why the document couldn't be removed from the index.

  • id :: Maybe Text

    The identifier of the document that couldn't be removed from the index.

Instances

Instances details
FromJSON BatchDeleteDocumentResponseFailedDocument Source # 
Instance details

Defined in Amazonka.Kendra.Types.BatchDeleteDocumentResponseFailedDocument

Generic BatchDeleteDocumentResponseFailedDocument Source # 
Instance details

Defined in Amazonka.Kendra.Types.BatchDeleteDocumentResponseFailedDocument

Read BatchDeleteDocumentResponseFailedDocument Source # 
Instance details

Defined in Amazonka.Kendra.Types.BatchDeleteDocumentResponseFailedDocument

Show BatchDeleteDocumentResponseFailedDocument Source # 
Instance details

Defined in Amazonka.Kendra.Types.BatchDeleteDocumentResponseFailedDocument

NFData BatchDeleteDocumentResponseFailedDocument Source # 
Instance details

Defined in Amazonka.Kendra.Types.BatchDeleteDocumentResponseFailedDocument

Eq BatchDeleteDocumentResponseFailedDocument Source # 
Instance details

Defined in Amazonka.Kendra.Types.BatchDeleteDocumentResponseFailedDocument

Hashable BatchDeleteDocumentResponseFailedDocument Source # 
Instance details

Defined in Amazonka.Kendra.Types.BatchDeleteDocumentResponseFailedDocument

type Rep BatchDeleteDocumentResponseFailedDocument Source # 
Instance details

Defined in Amazonka.Kendra.Types.BatchDeleteDocumentResponseFailedDocument

type Rep BatchDeleteDocumentResponseFailedDocument = D1 ('MetaData "BatchDeleteDocumentResponseFailedDocument" "Amazonka.Kendra.Types.BatchDeleteDocumentResponseFailedDocument" "amazonka-kendra-2.0-IHloXAWlYIS8YTp1gXe6J" 'False) (C1 ('MetaCons "BatchDeleteDocumentResponseFailedDocument'" '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)))))

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.