Class: Aws::IoTJobsDataPlane::Errors::ThrottlingException
- Inherits:
-
ServiceError
- Object
- ServiceError
- Aws::IoTJobsDataPlane::Errors::ThrottlingException
- Defined in:
- lib/aws-sdk-iotjobsdataplane/errors.rb
Instance Method Summary collapse
-
#initialize(context, message, data = Aws::EmptyStructure.new) ⇒ ThrottlingException
constructor
A new instance of ThrottlingException.
- #message ⇒ String
- #payload ⇒ String
Constructor Details
#initialize(context, message, data = Aws::EmptyStructure.new) ⇒ ThrottlingException
Returns a new instance of ThrottlingException.
193 194 195 |
# File 'lib/aws-sdk-iotjobsdataplane/errors.rb', line 193 def initialize(context, , data = Aws::EmptyStructure.new) super(context, , data) end |
Instance Method Details
#message ⇒ String
198 199 200 |
# File 'lib/aws-sdk-iotjobsdataplane/errors.rb', line 198 def @message || @data[:message] end |
#payload ⇒ String
203 204 205 |
# File 'lib/aws-sdk-iotjobsdataplane/errors.rb', line 203 def payload @data[:payload] end |