Class: Aws::Lambda::Types::TooManyRequestsException
- Inherits:
-
Struct
- Object
- Struct
- Aws::Lambda::Types::TooManyRequestsException
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-lambda/types.rb
Overview
The request throughput limit was exceeded. For more information, see [Lambda quotas].
[1]: docs.aws.amazon.com/lambda/latest/dg/gettingstarted-limits.html#api-requests
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
- #message ⇒ String
- #reason ⇒ String
-
#retry_after_seconds ⇒ String
The number of seconds the caller should wait before retrying.
- #type ⇒ String
Instance Attribute Details
#message ⇒ String
6173 6174 6175 6176 6177 6178 6179 6180 |
# File 'lib/aws-sdk-lambda/types.rb', line 6173 class TooManyRequestsException < Struct.new( :retry_after_seconds, :type, :message, :reason) SENSITIVE = [] include Aws::Structure end |
#reason ⇒ String
6173 6174 6175 6176 6177 6178 6179 6180 |
# File 'lib/aws-sdk-lambda/types.rb', line 6173 class TooManyRequestsException < Struct.new( :retry_after_seconds, :type, :message, :reason) SENSITIVE = [] include Aws::Structure end |
#retry_after_seconds ⇒ String
The number of seconds the caller should wait before retrying.
6173 6174 6175 6176 6177 6178 6179 6180 |
# File 'lib/aws-sdk-lambda/types.rb', line 6173 class TooManyRequestsException < Struct.new( :retry_after_seconds, :type, :message, :reason) SENSITIVE = [] include Aws::Structure end |
#type ⇒ String
6173 6174 6175 6176 6177 6178 6179 6180 |
# File 'lib/aws-sdk-lambda/types.rb', line 6173 class TooManyRequestsException < Struct.new( :retry_after_seconds, :type, :message, :reason) SENSITIVE = [] include Aws::Structure end |