Class: Aws::Kendra::Types::BatchDeleteFeaturedResultsSetError

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

Overview

Provides information about a set of featured results that couldn't be removed from an index by the BatchDeleteFeaturedResultsSet API.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#error_codeString

The error code for why the set of featured results couldn't be removed from the index.

Returns:

  • (String)


745
746
747
748
749
750
751
# File 'gems/aws-sdk-kendra/lib/aws-sdk-kendra/types.rb', line 745

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

#error_messageString

An explanation for why the set of featured results couldn't be removed from the index.

Returns:

  • (String)


745
746
747
748
749
750
751
# File 'gems/aws-sdk-kendra/lib/aws-sdk-kendra/types.rb', line 745

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

#idString

The identifier of the set of featured results that couldn't be removed from the index.

Returns:

  • (String)


745
746
747
748
749
750
751
# File 'gems/aws-sdk-kendra/lib/aws-sdk-kendra/types.rb', line 745

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