Class: Aws::KendraRanking::Types::ResourceNotFoundException

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

Overview

The resource you want to use doesn't exist. Please check you have provided the correct resource and try again.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#messageString

Returns:

  • (String)


474
475
476
477
478
# File 'gems/aws-sdk-kendraranking/lib/aws-sdk-kendraranking/types.rb', line 474

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