Class: Aws::ServerlessApplicationRepository::Types::TooManyRequestsException
- Inherits:
-
Struct
- Object
- Struct
- Aws::ServerlessApplicationRepository::Types::TooManyRequestsException
- Includes:
- Aws::Structure
- Defined in:
- lib/aws-sdk-serverlessapplicationrepository/types.rb
Overview
The client is sending more than the allowed number of requests per unit of time.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#error_code ⇒ String
429.
-
#message ⇒ String
The client is sending more than the allowed number of requests per unit of time.
Instance Attribute Details
#error_code ⇒ String
429
1696 1697 1698 1699 1700 1701 |
# File 'lib/aws-sdk-serverlessapplicationrepository/types.rb', line 1696 class TooManyRequestsException < Struct.new( :error_code, :message) SENSITIVE = [] include Aws::Structure end |
#message ⇒ String
The client is sending more than the allowed number of requests per unit of time.
1696 1697 1698 1699 1700 1701 |
# File 'lib/aws-sdk-serverlessapplicationrepository/types.rb', line 1696 class TooManyRequestsException < Struct.new( :error_code, :message) SENSITIVE = [] include Aws::Structure end |