Class: Aws::Lambda::Types::TooManyRequestsException
- Inherits:
-
Struct
- Object
- Struct
- Aws::Lambda::Types::TooManyRequestsException
- Defined in:
- gems/aws-sdk-lambda/lib/aws-sdk-lambda/types.rb
Overview
The request throughput limit was exceeded. For more information, see Lambda quotas.
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
9498 9499 9500 9501 9502 9503 9504 9505 |
# File 'gems/aws-sdk-lambda/lib/aws-sdk-lambda/types.rb', line 9498 class TooManyRequestsException < Struct.new( :retry_after_seconds, :type, :message, :reason) SENSITIVE = [] include Aws::Structure end |
#reason ⇒ String
9498 9499 9500 9501 9502 9503 9504 9505 |
# File 'gems/aws-sdk-lambda/lib/aws-sdk-lambda/types.rb', line 9498 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.
9498 9499 9500 9501 9502 9503 9504 9505 |
# File 'gems/aws-sdk-lambda/lib/aws-sdk-lambda/types.rb', line 9498 class TooManyRequestsException < Struct.new( :retry_after_seconds, :type, :message, :reason) SENSITIVE = [] include Aws::Structure end |
#type ⇒ String
9498 9499 9500 9501 9502 9503 9504 9505 |
# File 'gems/aws-sdk-lambda/lib/aws-sdk-lambda/types.rb', line 9498 class TooManyRequestsException < Struct.new( :retry_after_seconds, :type, :message, :reason) SENSITIVE = [] include Aws::Structure end |