Class: Aws::IoT::Types::IndexNotReadyException
- Inherits:
-
Struct
- Object
- Struct
- Aws::IoT::Types::IndexNotReadyException
- 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
-
#message ⇒ String
The message for the exception.
Instance Attribute Details
#message ⇒ String
The message for the exception.
9025 9026 9027 9028 9029 |
# File 'gems/aws-sdk-iot/lib/aws-sdk-iot/types.rb', line 9025 class IndexNotReadyException < Struct.new( :message) SENSITIVE = [] include Aws::Structure end |