Class: Aws::MediaConnect::Errors::TooManyRequestsException
- Inherits:
-
ServiceError
- Object
- ServiceError
- Aws::MediaConnect::Errors::TooManyRequestsException
- Defined in:
- lib/aws-sdk-mediaconnect/errors.rb
Instance Method Summary collapse
-
#initialize(context, message, data = Aws::EmptyStructure.new) ⇒ TooManyRequestsException
constructor
A new instance of TooManyRequestsException.
- #message ⇒ String
- #retryable? ⇒ Boolean
Constructor Details
#initialize(context, message, data = Aws::EmptyStructure.new) ⇒ TooManyRequestsException
Returns a new instance of TooManyRequestsException.
279 280 281 |
# File 'lib/aws-sdk-mediaconnect/errors.rb', line 279 def initialize(context, , data = Aws::EmptyStructure.new) super(context, , data) end |
Instance Method Details
#message ⇒ String
284 285 286 |
# File 'lib/aws-sdk-mediaconnect/errors.rb', line 284 def @message || @data[:message] end |
#retryable? ⇒ Boolean
288 289 290 |
# File 'lib/aws-sdk-mediaconnect/errors.rb', line 288 def retryable? true end |