Class: Aws::APIGateway::Errors::TooManyRequestsException
- Inherits:
-
ServiceError
- Object
- ServiceError
- Aws::APIGateway::Errors::TooManyRequestsException
- Defined in:
- lib/aws-sdk-apigateway/errors.rb
Instance Method Summary collapse
-
#initialize(context, message, data = Aws::EmptyStructure.new) ⇒ TooManyRequestsException
constructor
A new instance of TooManyRequestsException.
- #message ⇒ String
- #retry_after_seconds ⇒ String
Constructor Details
#initialize(context, message, data = Aws::EmptyStructure.new) ⇒ TooManyRequestsException
Returns a new instance of TooManyRequestsException.
134 135 136 |
# File 'lib/aws-sdk-apigateway/errors.rb', line 134 def initialize(context, , data = Aws::EmptyStructure.new) super(context, , data) end |
Instance Method Details
#message ⇒ String
144 145 146 |
# File 'lib/aws-sdk-apigateway/errors.rb', line 144 def @message || @data[:message] end |
#retry_after_seconds ⇒ String
139 140 141 |
# File 'lib/aws-sdk-apigateway/errors.rb', line 139 def retry_after_seconds @data[:retry_after_seconds] end |