Class: Aws::Kendra::Types::ResourceUnavailableException

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

Overview

The resource you want to use isn't available. 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)


8086
8087
8088
8089
8090
# File 'gems/aws-sdk-kendra/lib/aws-sdk-kendra/types.rb', line 8086

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