Class: Aws::IoTTwinMaker::Errors::ThrottlingException
- Inherits:
-
ServiceError
- Object
- ServiceError
- Aws::IoTTwinMaker::Errors::ThrottlingException
- Defined in:
- lib/aws-sdk-iottwinmaker/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.
177 178 179 |
# File 'lib/aws-sdk-iottwinmaker/errors.rb', line 177 def initialize(context, , data = Aws::EmptyStructure.new) super(context, , data) end |
Instance Method Details
#message ⇒ String
182 183 184 |
# File 'lib/aws-sdk-iottwinmaker/errors.rb', line 182 def @message || @data[:message] end |