Class: Aws::IoT::Errors::NotConfiguredException
- Inherits:
-
ServiceError
- Object
- ServiceError
- Aws::IoT::Errors::NotConfiguredException
- Defined in:
- lib/aws-sdk-iot/errors.rb
Instance Method Summary collapse
-
#initialize(context, message, data = Aws::EmptyStructure.new) ⇒ NotConfiguredException
constructor
A new instance of NotConfiguredException.
- #message ⇒ String
Constructor Details
#initialize(context, message, data = Aws::EmptyStructure.new) ⇒ NotConfiguredException
Returns a new instance of NotConfiguredException.
335 336 337 |
# File 'lib/aws-sdk-iot/errors.rb', line 335 def initialize(context, , data = Aws::EmptyStructure.new) super(context, , data) end |
Instance Method Details
#message ⇒ String
340 341 342 |
# File 'lib/aws-sdk-iot/errors.rb', line 340 def @message || @data[:message] end |