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.
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
5670 5671 5672 5673 5674 5675 5676 5677 |
# File 'lib/aws-sdk-lambda/types.rb', line 5670 class TooManyRequestsException < Struct.new( :retry_after_seconds, :type, :message, :reason) SENSITIVE = [] include Aws::Structure end |
#reason ⇒ String
5670 5671 5672 5673 5674 5675 5676 5677 |
# File 'lib/aws-sdk-lambda/types.rb', line 5670 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.
5670 5671 5672 5673 5674 5675 5676 5677 |
# File 'lib/aws-sdk-lambda/types.rb', line 5670 class TooManyRequestsException < Struct.new( :retry_after_seconds, :type, :message, :reason) SENSITIVE = [] include Aws::Structure end |
#type ⇒ String
5670 5671 5672 5673 5674 5675 5676 5677 |
# File 'lib/aws-sdk-lambda/types.rb', line 5670 class TooManyRequestsException < Struct.new( :retry_after_seconds, :type, :message, :reason) SENSITIVE = [] include Aws::Structure end |