FailedDocument¶
Structure Class¶
FailedDocument
dataclass
¶
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.
Attributes¶
data_source_id
class-attribute
instance-attribute
¶
data_source_id: str | None = None
The identifier of the Amazon Q Business data source connector that contains the failed document.
error
class-attribute
instance-attribute
¶
error: ErrorDetail | None = None
An explanation for why the document couldn't be removed from the index.
id
class-attribute
instance-attribute
¶
id: str | None = None
The identifier of the document that couldn't be removed from the Amazon Q Business index.