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.
12691 12692 12693 12694 12695 |
# File 'lib/aws-sdk-iot/types.rb', line 12691 class NotConfiguredException < Struct.new( :message) SENSITIVE = [] include Aws::Structure end |