Class: Aws::Kendra::Types::BatchPutDocumentResponseFailedDocument
- Inherits:
-
Struct
- Object
- Struct
- Aws::Kendra::Types::BatchPutDocumentResponseFailedDocument
- Defined in:
- gems/aws-sdk-kendra/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
-
#error_code ⇒ String
The type of error that caused the document to fail to be indexed.
-
#error_message ⇒ String
A description of the reason why the document could not be indexed.
-
#id ⇒ String
The identifier of the document.
Instance Attribute Details
#error_code ⇒ String
The type of error that caused the document to fail to be indexed.
954 955 956 957 958 959 960 |
# File 'gems/aws-sdk-kendra/lib/aws-sdk-kendra/types.rb', line 954 class BatchPutDocumentResponseFailedDocument < Struct.new( :id, :error_code, :error_message) SENSITIVE = [] include Aws::Structure end |
#error_message ⇒ String
A description of the reason why the document could not be indexed.
954 955 956 957 958 959 960 |
# File 'gems/aws-sdk-kendra/lib/aws-sdk-kendra/types.rb', line 954 class BatchPutDocumentResponseFailedDocument < Struct.new( :id, :error_code, :error_message) SENSITIVE = [] include Aws::Structure end |
#id ⇒ String
The identifier of the document.
954 955 956 957 958 959 960 |
# File 'gems/aws-sdk-kendra/lib/aws-sdk-kendra/types.rb', line 954 class BatchPutDocumentResponseFailedDocument < Struct.new( :id, :error_code, :error_message) SENSITIVE = [] include Aws::Structure end |