AWS services or capabilities described in AWS Documentation may vary by region/location. Click
Getting Started with Amazon AWS to see specific differences applicable to the China (Beijing) Region.
Class: Aws::Lambda::Types::TooManyRequestsException
- Inherits:
-
Struct
- Object
- Struct
- Aws::Lambda::Types::TooManyRequestsException
show all
- Defined in:
- gems/aws-sdk-lambda/lib/aws-sdk-lambda/types.rb
Overview
The request throughput limit was exceeded.
Constant Summary
collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
Instance Attribute Details
#message ⇒ String
4881
4882
4883
4884
4885
4886
4887
4888
|
# File 'gems/aws-sdk-lambda/lib/aws-sdk-lambda/types.rb', line 4881
class TooManyRequestsException < Struct.new(
:retry_after_seconds,
:type,
:message,
:reason)
SENSITIVE = []
include Aws::Structure
end
|
#reason ⇒ String
4881
4882
4883
4884
4885
4886
4887
4888
|
# File 'gems/aws-sdk-lambda/lib/aws-sdk-lambda/types.rb', line 4881
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.
4881
4882
4883
4884
4885
4886
4887
4888
|
# File 'gems/aws-sdk-lambda/lib/aws-sdk-lambda/types.rb', line 4881
class TooManyRequestsException < Struct.new(
:retry_after_seconds,
:type,
:message,
:reason)
SENSITIVE = []
include Aws::Structure
end
|
#type ⇒ String
4881
4882
4883
4884
4885
4886
4887
4888
|
# File 'gems/aws-sdk-lambda/lib/aws-sdk-lambda/types.rb', line 4881
class TooManyRequestsException < Struct.new(
:retry_after_seconds,
:type,
:message,
:reason)
SENSITIVE = []
include Aws::Structure
end
|