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

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-kendra/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

#document_idString

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

Returns:

  • (String)


849
850
851
852
853
854
855
# File 'gems/aws-sdk-kendra/lib/aws-sdk-kendra/types.rb', line 849

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

#error_codeString

Indicates the source of the error.

Returns:

  • (String)


849
850
851
852
853
854
855
# File 'gems/aws-sdk-kendra/lib/aws-sdk-kendra/types.rb', line 849

class BatchGetDocumentStatusResponseError < Struct.new(
  :document_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)


849
850
851
852
853
854
855
# File 'gems/aws-sdk-kendra/lib/aws-sdk-kendra/types.rb', line 849

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