Class: Aws::QBusiness::Types::BatchPutDocumentResponse

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
lib/aws-sdk-qbusiness/types.rb

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#failed_documentsArray<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.

Returns:



1016
1017
1018
1019
1020
# File 'lib/aws-sdk-qbusiness/types.rb', line 1016

class BatchPutDocumentResponse < Struct.new(
  :failed_documents)
  SENSITIVE = []
  include Aws::Structure
end