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

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
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)


8466
8467
8468
8469
8470
# File 'lib/aws-sdk-kendra/types.rb', line 8466

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