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
6084 6085 6086 6087 6088 6089 6090 6091 |
# File 'lib/aws-sdk-lambda/types.rb', line 6084 class TooManyRequestsException < Struct.new( :retry_after_seconds, :type, :message, :reason) SENSITIVE = [] include Aws::Structure end |
#reason ⇒ String
6084 6085 6086 6087 6088 6089 6090 6091 |
# File 'lib/aws-sdk-lambda/types.rb', line 6084 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.
6084 6085 6086 6087 6088 6089 6090 6091 |
# File 'lib/aws-sdk-lambda/types.rb', line 6084 class TooManyRequestsException < Struct.new( :retry_after_seconds, :type, :message, :reason) SENSITIVE = [] include Aws::Structure end |
#type ⇒ String
6084 6085 6086 6087 6088 6089 6090 6091 |
# File 'lib/aws-sdk-lambda/types.rb', line 6084 class TooManyRequestsException < Struct.new( :retry_after_seconds, :type, :message, :reason) SENSITIVE = [] include Aws::Structure end |