Class: Aws::GeoRoutes::Errors::ThrottlingException
- Inherits:
-
ServiceError
- Object
- ServiceError
- Aws::GeoRoutes::Errors::ThrottlingException
- Defined in:
- lib/aws-sdk-georoutes/errors.rb
Instance Method Summary collapse
-
#initialize(context, message, data = Aws::EmptyStructure.new) ⇒ ThrottlingException
constructor
A new instance of ThrottlingException.
- #message ⇒ String
- #retryable? ⇒ Boolean
Constructor Details
#initialize(context, message, data = Aws::EmptyStructure.new) ⇒ ThrottlingException
Returns a new instance of ThrottlingException.
80 81 82 |
# File 'lib/aws-sdk-georoutes/errors.rb', line 80 def initialize(context, , data = Aws::EmptyStructure.new) super(context, , data) end |
Instance Method Details
#message ⇒ String
85 86 87 |
# File 'lib/aws-sdk-georoutes/errors.rb', line 85 def @message || @data[:message] end |
#retryable? ⇒ Boolean
89 90 91 |
# File 'lib/aws-sdk-georoutes/errors.rb', line 89 def retryable? true end |