Skip to content

/AWS1/CL_QQBFAILEDDOCUMENT

A list of documents that could not be removed from an Amazon Q Business index. Each entry contains an error message that indicates why the document couldn't be removed from the index.

CONSTRUCTOR

IMPORTING

Optional arguments:

iv_id TYPE /AWS1/QQBDOCUMENTID /AWS1/QQBDOCUMENTID

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

io_error TYPE REF TO /AWS1/CL_QQBERRORDETAIL /AWS1/CL_QQBERRORDETAIL

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

iv_datasourceid TYPE /AWS1/QQBDATASOURCEID /AWS1/QQBDATASOURCEID

The identifier of the Amazon Q Business data source connector that contains the failed document.


Queryable Attributes

id

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

Accessible with the following methods

Method Description
GET_ID() Getter for ID, with configurable default
ASK_ID() Getter for ID w/ exceptions if field has no value
HAS_ID() Determine if ID has a value

error

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

Accessible with the following methods

Method Description
GET_ERROR() Getter for ERROR

dataSourceId

The identifier of the Amazon Q Business data source connector that contains the failed document.

Accessible with the following methods

Method Description
GET_DATASOURCEID() Getter for DATASOURCEID, with configurable default
ASK_DATASOURCEID() Getter for DATASOURCEID w/ exceptions if field has no value
HAS_DATASOURCEID() Determine if DATASOURCEID has a value

Public Local Types In This Class

Internal table types, representing arrays and maps of this class, are defined as local types:

TT_FAILEDDOCUMENTS

TYPES TT_FAILEDDOCUMENTS TYPE STANDARD TABLE OF REF TO /AWS1/CL_QQBFAILEDDOCUMENT WITH DEFAULT KEY
.