Class: Aws::Kendra::Types::BatchGetDocumentStatusResponseError

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

Overview

Provides a response when the status of a document could not be retrieved.

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)


861
862
863
864
865
866
867
868
# File 'lib/aws-sdk-kendra/types.rb', line 861

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

#document_idString

The identifier of the document whose status could not be retrieved.

Returns:

  • (String)


861
862
863
864
865
866
867
868
# File 'lib/aws-sdk-kendra/types.rb', line 861

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

#error_codeString

Indicates the source of the error.

Returns:

  • (String)


861
862
863
864
865
866
867
868
# File 'lib/aws-sdk-kendra/types.rb', line 861

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

#error_messageString

States that the API could not get the status of a document. This could be because the request is not valid or there is a system error.

Returns:

  • (String)


861
862
863
864
865
866
867
868
# File 'lib/aws-sdk-kendra/types.rb', line 861

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