Class: Aws::QBusiness::Types::BatchDeleteDocumentResponse

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

Returns:



966
967
968
969
970
# File 'lib/aws-sdk-qbusiness/types.rb', line 966

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