You are viewing documentation for version 2 of the AWS SDK for Ruby. Version 3 documentation can be found here.

Class: Aws::Kendra::Types::BatchPutDocumentResponseFailedDocument

Inherits:
Struct
  • Object
show all
Defined in:
(unknown)

Overview

Provides information about a document that could not be indexed.

Instance Attribute Summary collapse

Instance Attribute Details

#error_codeString

The type of error that caused the document to fail to be indexed.

Possible values:

  • InternalError
  • InvalidRequest

Returns:

  • (String)

    The type of error that caused the document to fail to be indexed.

#error_messageString

A description of the reason why the document could not be indexed.

Returns:

  • (String)

    A description of the reason why the document could not be indexed.

#idString

The unique identifier of the document.

Returns:

  • (String)

    The unique identifier of the document.