Class: Aws::KendraRanking::Types::ResourceUnavailableException

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

Overview

The resource you want to use is unavailable. Please check you have provided the correct resource information and try again.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#messageString

Returns:

  • (String)


488
489
490
491
492
# File 'gems/aws-sdk-kendraranking/lib/aws-sdk-kendraranking/types.rb', line 488

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