Class: Aws::Kendra::Types::BatchDeleteDocumentResponseFailedDocument

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

Overview

Provides information about documents that could not be removed from an index by the ‘BatchDeleteDocument` API.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#error_codeString

The error code for why the document couldn’t be removed from the index.

Returns:

  • (String)


713
714
715
716
717
718
719
# File 'lib/aws-sdk-kendra/types.rb', line 713

class BatchDeleteDocumentResponseFailedDocument < Struct.new(
  :id,
  :error_code,
  :error_message)
  SENSITIVE = []
  include Aws::Structure
end

#error_messageString

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

Returns:

  • (String)


713
714
715
716
717
718
719
# File 'lib/aws-sdk-kendra/types.rb', line 713

class BatchDeleteDocumentResponseFailedDocument < Struct.new(
  :id,
  :error_code,
  :error_message)
  SENSITIVE = []
  include Aws::Structure
end

#idString

The identifier of the document that couldn’t be removed from the index.

Returns:

  • (String)


713
714
715
716
717
718
719
# File 'lib/aws-sdk-kendra/types.rb', line 713

class BatchDeleteDocumentResponseFailedDocument < Struct.new(
  :id,
  :error_code,
  :error_message)
  SENSITIVE = []
  include Aws::Structure
end