Class: Aws::Lambda::Errors::TooManyRequestsException
- Inherits:
-
ServiceError
- Object
- Errors::ServiceError
- ServiceError
- Aws::Lambda::Errors::TooManyRequestsException
- Defined in:
- sig/errors.rbs,
lib/aws-sdk-lambda/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.
1183 1184 1185 |
# File 'lib/aws-sdk-lambda/errors.rb', line 1183 def initialize(context, , data = Aws::EmptyStructure.new) super(context, , data) end |
Instance Method Details
#message ⇒ String
1198 |
# File 'lib/aws-sdk-lambda/errors.rb', line 1198
def message: () -> ::String
|
#reason ⇒ String
1203 |
# File 'lib/aws-sdk-lambda/errors.rb', line 1203
def reason: () -> ::String
|
#retry_after_seconds ⇒ String
1188 |
# File 'lib/aws-sdk-lambda/errors.rb', line 1188
def retry_after_seconds: () -> ::String
|
#type ⇒ String
1193 |
# File 'lib/aws-sdk-lambda/errors.rb', line 1193
def type: () -> ::String
|