Class: Aws::IVS::Errors::ThrottlingException
- Inherits:
-
ServiceError
- Object
- ServiceError
- Aws::IVS::Errors::ThrottlingException
- Defined in:
- lib/aws-sdk-ivs/errors.rb
Instance Method Summary collapse
- #exception_message ⇒ String
-
#initialize(context, message, data = Aws::EmptyStructure.new) ⇒ ThrottlingException
constructor
A new instance of ThrottlingException.
Constructor Details
#initialize(context, message, data = Aws::EmptyStructure.new) ⇒ ThrottlingException
Returns a new instance of ThrottlingException.
172 173 174 |
# File 'lib/aws-sdk-ivs/errors.rb', line 172 def initialize(context, , data = Aws::EmptyStructure.new) super(context, , data) end |
Instance Method Details
#exception_message ⇒ String
177 178 179 |
# File 'lib/aws-sdk-ivs/errors.rb', line 177 def @data[:exception_message] end |