class Aws::Kendra::Types::Status

Provides information about the status of documents submitted for indexing.

@!attribute [rw] document_id

The unique identifier of the document.
@return [String]

@!attribute [rw] document_status

The current status of a document.

If the document was submitted for deletion, the status is
`NOT_FOUND` after the document is deleted.
@return [String]

@!attribute [rw] failure_code

Indicates the source of the error.
@return [String]

@!attribute [rw] failure_reason

Provides detailed information about why the document couldn't be
indexed. Use this information to correct the error before you
resubmit the document for indexing.
@return [String]

@see docs.aws.amazon.com/goto/WebAPI/kendra-2019-02-03/Status AWS API Documentation

Constants

SENSITIVE