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.
14358 14359 14360 14361 14362 |
# File 'lib/aws-sdk-iot/types.rb', line 14358 class NotConfiguredException < Struct.new( :message) SENSITIVE = [] include Aws::Structure end |