Class: Aws::IoT::Types::IndexNotReadyException
- Inherits:
-
Struct
- Object
- Struct
- Aws::IoT::Types::IndexNotReadyException
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-iot/types.rb
Overview
The index is not ready.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#message ⇒ String
The message for the exception.
Instance Attribute Details
#message ⇒ String
The message for the exception.
8163 8164 8165 8166 8167 |
# File 'lib/aws-sdk-iot/types.rb', line 8163 class IndexNotReadyException < Struct.new( :message) SENSITIVE = [] include Aws::Structure end |