Class: Aws::LambdaCore::Errors::TooManyRequestsException
- Inherits:
-
ServiceError
- Object
- Errors::ServiceError
- ServiceError
- Aws::LambdaCore::Errors::TooManyRequestsException
- Defined in:
- sig/errors.rbs,
lib/aws-sdk-lambdacore/errors.rb
Instance Method Summary collapse
-
#initialize(context, message, data = Aws::EmptyStructure.new) ⇒ TooManyRequestsException
constructor
A new instance of TooManyRequestsException.
- #message ⇒ String
- #reason ⇒ String
- #retry_after_seconds ⇒ String
- #type ⇒ String
Constructor Details
#initialize(context, message, data = Aws::EmptyStructure.new) ⇒ TooManyRequestsException
Returns a new instance of TooManyRequestsException.
148 149 150 |
# File 'lib/aws-sdk-lambdacore/errors.rb', line 148 def initialize(context, , data = Aws::EmptyStructure.new) super(context, , data) end |
Instance Method Details
#message ⇒ String
163 |
# File 'lib/aws-sdk-lambdacore/errors.rb', line 163
def message: () -> ::String
|
#reason ⇒ String
168 |
# File 'lib/aws-sdk-lambdacore/errors.rb', line 168
def reason: () -> ::String
|
#retry_after_seconds ⇒ String
153 |
# File 'lib/aws-sdk-lambdacore/errors.rb', line 153
def retry_after_seconds: () -> ::String
|
#type ⇒ String
158 |
# File 'lib/aws-sdk-lambdacore/errors.rb', line 158
def type: () -> ::String
|