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

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
lib/aws-sdk-kendra/types.rb

Overview

Provides information about a document that could not be indexed.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#error_codeString

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

Returns:

  • (String)


954
955
956
957
958
959
960
# File 'lib/aws-sdk-kendra/types.rb', line 954

class BatchPutDocumentResponseFailedDocument < Struct.new(
  :id,
  :error_code,
  :error_message)
  SENSITIVE = []
  include Aws::Structure
end

#error_messageString

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

Returns:

  • (String)


954
955
956
957
958
959
960
# File 'lib/aws-sdk-kendra/types.rb', line 954

class BatchPutDocumentResponseFailedDocument < Struct.new(
  :id,
  :error_code,
  :error_message)
  SENSITIVE = []
  include Aws::Structure
end

#idString

The identifier of the document.

Returns:

  • (String)


954
955
956
957
958
959
960
# File 'lib/aws-sdk-kendra/types.rb', line 954

class BatchPutDocumentResponseFailedDocument < Struct.new(
  :id,
  :error_code,
  :error_message)
  SENSITIVE = []
  include Aws::Structure
end