Class: Aws::IoT::Types::NotConfiguredException
- Inherits:
-
Struct
- Object
- Struct
- Aws::IoT::Types::NotConfiguredException
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-iot/types.rb
Overview
The resource is not configured.
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.
12366 12367 12368 12369 12370 |
# File 'lib/aws-sdk-iot/types.rb', line 12366 class NotConfiguredException < Struct.new( :message) SENSITIVE = [] include Aws::Structure end |