Class: Aws::IoT::Types::NotConfiguredException
- Inherits:
-
Struct
- Object
- Struct
- Aws::IoT::Types::NotConfiguredException
- Defined in:
- gems/aws-sdk-iot/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.
13435 13436 13437 13438 13439 |
# File 'gems/aws-sdk-iot/lib/aws-sdk-iot/types.rb', line 13435 class NotConfiguredException < Struct.new( :message) SENSITIVE = [] include Aws::Structure end |