Class: Aws::Kendra::Types::BatchGetDocumentStatusResponseError
- Inherits:
-
Struct
- Object
- Struct
- Aws::Kendra::Types::BatchGetDocumentStatusResponseError
- 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
-
#data_source_id ⇒ String
The identifier of the data source connector that the failed document belongs to.
-
#document_id ⇒ String
The identifier of the document whose status could not be retrieved.
-
#error_code ⇒ String
Indicates the source of the error.
-
#error_message ⇒ String
States that the API could not get the status of a document.
Instance Attribute Details
#data_source_id ⇒ String
The identifier of the data source connector that the failed document belongs to.
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_id ⇒ String
The identifier of the document whose status could not be retrieved.
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_code ⇒ String
Indicates the source of the error.
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_message ⇒ String
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.
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 |