Class: Aws::QBusiness::Types::BatchDeleteDocumentResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::QBusiness::Types::BatchDeleteDocumentResponse
- Defined in:
- gems/aws-sdk-qbusiness/lib/aws-sdk-qbusiness/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#failed_documents ⇒ Array<Types::FailedDocument>
A list of documents that couldn't be removed from the Amazon Q Business index.
Instance Attribute Details
#failed_documents ⇒ Array<Types::FailedDocument>
A list of documents that couldn't be removed from the Amazon Q Business index. Each entry contains an error message that indicates why the document couldn't be removed from the index.
767 768 769 770 771 |
# File 'gems/aws-sdk-qbusiness/lib/aws-sdk-qbusiness/types.rb', line 767 class BatchDeleteDocumentResponse < Struct.new( :failed_documents) SENSITIVE = [] include Aws::Structure end |