Class: Aws::QBusiness::Types::BatchPutDocumentResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::QBusiness::Types::BatchPutDocumentResponse
- 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 were not added to the Amazon Q Business index because the document failed a validation check.
Instance Attribute Details
#failed_documents ⇒ Array<Types::FailedDocument>
A list of documents that were not added to the Amazon Q Business index because the document failed a validation check. Each document contains an error message that indicates why the document couldn't be added to the index.
817 818 819 820 821 |
# File 'gems/aws-sdk-qbusiness/lib/aws-sdk-qbusiness/types.rb', line 817 class BatchPutDocumentResponse < Struct.new( :failed_documents) SENSITIVE = [] include Aws::Structure end |