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

#data_source_idString

The identifier of the data source connector that the failed document belongs to.

Returns:

  • (String)


972
973
974
975
976
977
978
979
# File 'lib/aws-sdk-kendra/types.rb', line 972

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

#error_codeString

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

Returns:

  • (String)


972
973
974
975
976
977
978
979
# File 'lib/aws-sdk-kendra/types.rb', line 972

class BatchPutDocumentResponseFailedDocument < Struct.new(
  :id,
  :data_source_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)


972
973
974
975
976
977
978
979
# File 'lib/aws-sdk-kendra/types.rb', line 972

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

#idString

The identifier of the document.

Returns:

  • (String)


972
973
974
975
976
977
978
979
# File 'lib/aws-sdk-kendra/types.rb', line 972

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