Class: Aws::Kendra::Types::BatchDeleteDocumentResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::Kendra::Types::BatchDeleteDocumentResponse
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-kendra/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#failed_documents ⇒ Array<Types::BatchDeleteDocumentResponseFailedDocument>
A list of documents that could not be removed from the index.
Instance Attribute Details
#failed_documents ⇒ Array<Types::BatchDeleteDocumentResponseFailedDocument>
A list of documents that could not be removed from the index. Each entry contains an error message that indicates why the document couldn’t be removed from the index.
687 688 689 690 691 |
# File 'lib/aws-sdk-kendra/types.rb', line 687 class BatchDeleteDocumentResponse < Struct.new( :failed_documents) SENSITIVE = [] include Aws::Structure end |