Class: Aws::APIGateway::Types::TooManyRequestsException
- Inherits:
-
Struct
- Object
- Struct
- Aws::APIGateway::Types::TooManyRequestsException
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-apigateway/types.rb
Overview
The request has reached its throttling limit. Retry after the specified time period.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
Instance Attribute Details
permalink #message ⇒ String
7195 7196 7197 7198 7199 7200 |
# File 'lib/aws-sdk-apigateway/types.rb', line 7195 class TooManyRequestsException < Struct.new( :retry_after_seconds, :message) SENSITIVE = [] include Aws::Structure end |
permalink #retry_after_seconds ⇒ String
7195 7196 7197 7198 7199 7200 |
# File 'lib/aws-sdk-apigateway/types.rb', line 7195 class TooManyRequestsException < Struct.new( :retry_after_seconds, :message) SENSITIVE = [] include Aws::Structure end |