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
6288 6289 6290 6291 6292 6293 6294 6295 |
# File 'gems/aws-sdk-lambda/lib/aws-sdk-lambda/types.rb', line 6288 class TooManyRequestsException < Struct.new( :retry_after_seconds, :type, :message, :reason) SENSITIVE = [] include Aws::Structure end |
#reason ⇒ String
6288 6289 6290 6291 6292 6293 6294 6295 |
# File 'gems/aws-sdk-lambda/lib/aws-sdk-lambda/types.rb', line 6288 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.
6288 6289 6290 6291 6292 6293 6294 6295 |
# File 'gems/aws-sdk-lambda/lib/aws-sdk-lambda/types.rb', line 6288 class TooManyRequestsException < Struct.new( :retry_after_seconds, :type, :message, :reason) SENSITIVE = [] include Aws::Structure end |
#type ⇒ String
6288 6289 6290 6291 6292 6293 6294 6295 |
# File 'gems/aws-sdk-lambda/lib/aws-sdk-lambda/types.rb', line 6288 class TooManyRequestsException < Struct.new( :retry_after_seconds, :type, :message, :reason) SENSITIVE = [] include Aws::Structure end |