Class: Aws::IoT::Types::IndexNotReadyException

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
lib/aws-sdk-iot/types.rb

Overview

The index is not ready.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#messageString

The message for the exception.

Returns:

  • (String)


8030
8031
8032
8033
8034
# File 'lib/aws-sdk-iot/types.rb', line 8030

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