Skip to content

Qbusiness  >  Structures  >  DocumentDetails

DocumentDetails

Structure Class

DocumentDetails dataclass

The details of a document within an Amazon Q Business index.

Attributes

created_at class-attribute instance-attribute
created_at: datetime | None = None

The timestamp for when the document was created.

document_id class-attribute instance-attribute
document_id: str | None = None

The identifier of the document.

error class-attribute instance-attribute
error: ErrorDetail | None = None

An error message associated with the document.

status class-attribute instance-attribute
status: DocumentStatus | None = None

The current status of the document.

updated_at class-attribute instance-attribute
updated_at: datetime | None = None

The timestamp for when the document was last updated.