Class: Aws::QBusiness::Types::FailedDocument

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

Overview

A list of documents that could not be removed from an Amazon Q Business index. Each entry contains an error message that indicates why the document couldn't be removed from the index.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#data_source_idString

The identifier of the Amazon Q Business data source connector that contains the failed document.

Returns:

  • (String)


2815
2816
2817
2818
2819
2820
2821
# File 'gems/aws-sdk-qbusiness/lib/aws-sdk-qbusiness/types.rb', line 2815

class FailedDocument < Struct.new(
  :id,
  :error,
  :data_source_id)
  SENSITIVE = []
  include Aws::Structure
end

#errorTypes::ErrorDetail

An explanation for why the document couldn't be removed from the index.

Returns:



2815
2816
2817
2818
2819
2820
2821
# File 'gems/aws-sdk-qbusiness/lib/aws-sdk-qbusiness/types.rb', line 2815

class FailedDocument < Struct.new(
  :id,
  :error,
  :data_source_id)
  SENSITIVE = []
  include Aws::Structure
end

#idString

The identifier of the document that couldn't be removed from the Amazon Q Business index.

Returns:

  • (String)


2815
2816
2817
2818
2819
2820
2821
# File 'gems/aws-sdk-qbusiness/lib/aws-sdk-qbusiness/types.rb', line 2815

class FailedDocument < Struct.new(
  :id,
  :error,
  :data_source_id)
  SENSITIVE = []
  include Aws::Structure
end