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

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-iot/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)


9219
9220
9221
9222
9223
# File 'gems/aws-sdk-iot/lib/aws-sdk-iot/types.rb', line 9219

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