Class: Aws::APIGateway::Errors::LimitExceededException
- Inherits:
-
ServiceError
- Object
- ServiceError
- Aws::APIGateway::Errors::LimitExceededException
- Defined in:
- lib/aws-sdk-apigateway/errors.rb
Instance Method Summary collapse
-
#initialize(context, message, data = Aws::EmptyStructure.new) ⇒ LimitExceededException
constructor
A new instance of LimitExceededException.
- #message ⇒ String
- #retry_after_seconds ⇒ String
Constructor Details
#initialize(context, message, data = Aws::EmptyStructure.new) ⇒ LimitExceededException
Returns a new instance of LimitExceededException.
79 80 81 |
# File 'lib/aws-sdk-apigateway/errors.rb', line 79 def initialize(context, , data = Aws::EmptyStructure.new) super(context, , data) end |
Instance Method Details
#message ⇒ String
89 90 91 |
# File 'lib/aws-sdk-apigateway/errors.rb', line 89 def @message || @data[:message] end |
#retry_after_seconds ⇒ String
84 85 86 |
# File 'lib/aws-sdk-apigateway/errors.rb', line 84 def retry_after_seconds @data[:retry_after_seconds] end |