Class: Aws::IoT::Errors::ThrottlingException
- Inherits:
-
ServiceError
- Object
- ServiceError
- Aws::IoT::Errors::ThrottlingException
- Defined in:
- gems/aws-sdk-iot/lib/aws-sdk-iot/errors.rb
Instance Method Summary collapse
-
#initialize(context, message, data = Aws::EmptyStructure.new) ⇒ ThrottlingException
constructor
A new instance of ThrottlingException.
-
#message ⇒ String
Constructor Details
#initialize(context, message, data = Aws::EmptyStructure.new) ⇒ ThrottlingException
Returns a new instance of ThrottlingException.
426 427 428 |
# File 'gems/aws-sdk-iot/lib/aws-sdk-iot/errors.rb', line 426 def initialize(context, , data = Aws::EmptyStructure.new) super(context, , data) end |
Instance Method Details
#message ⇒ String
431 432 433 |
# File 'gems/aws-sdk-iot/lib/aws-sdk-iot/errors.rb', line 431 def @message || @data[:message] end |