Class: Aws::Kendra::Types::BatchDeleteDocumentResponseFailedDocument
- Inherits:
-
Struct
- Object
- Struct
- Aws::Kendra::Types::BatchDeleteDocumentResponseFailedDocument
- Defined in:
- gems/aws-sdk-kendra/lib/aws-sdk-kendra/types.rb
Overview
Provides information about documents that could not be removed from an
index by the BatchDeleteDocument
API.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#data_source_id ⇒ String
The identifier of the data source connector that the document belongs to.
-
#error_code ⇒ String
The error code for why the document couldn't be removed from the index.
-
#error_message ⇒ String
An explanation for why the document couldn't be removed from the index.
-
#id ⇒ String
The identifier of the document that couldn't be removed from the index.
Instance Attribute Details
#data_source_id ⇒ String
The identifier of the data source connector that the document belongs to.
719 720 721 722 723 724 725 726 |
# File 'gems/aws-sdk-kendra/lib/aws-sdk-kendra/types.rb', line 719 class BatchDeleteDocumentResponseFailedDocument < Struct.new( :id, :data_source_id, :error_code, :error_message) SENSITIVE = [] include Aws::Structure end |
#error_code ⇒ String
The error code for why the document couldn't be removed from the index.
719 720 721 722 723 724 725 726 |
# File 'gems/aws-sdk-kendra/lib/aws-sdk-kendra/types.rb', line 719 class BatchDeleteDocumentResponseFailedDocument < Struct.new( :id, :data_source_id, :error_code, :error_message) SENSITIVE = [] include Aws::Structure end |
#error_message ⇒ String
An explanation for why the document couldn't be removed from the index.
719 720 721 722 723 724 725 726 |
# File 'gems/aws-sdk-kendra/lib/aws-sdk-kendra/types.rb', line 719 class BatchDeleteDocumentResponseFailedDocument < Struct.new( :id, :data_source_id, :error_code, :error_message) SENSITIVE = [] include Aws::Structure end |
#id ⇒ String
The identifier of the document that couldn't be removed from the index.
719 720 721 722 723 724 725 726 |
# File 'gems/aws-sdk-kendra/lib/aws-sdk-kendra/types.rb', line 719 class BatchDeleteDocumentResponseFailedDocument < Struct.new( :id, :data_source_id, :error_code, :error_message) SENSITIVE = [] include Aws::Structure end |