Class: Aws::APIGateway::Types::TooManyRequestsException
- Inherits:
-
Struct
- Object
- Struct
- Aws::APIGateway::Types::TooManyRequestsException
- Defined in:
- gems/aws-sdk-apigateway/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
#message ⇒ String
5356 5357 5358 5359 5360 5361 |
# File 'gems/aws-sdk-apigateway/lib/aws-sdk-apigateway/types.rb', line 5356 class TooManyRequestsException < Struct.new( :retry_after_seconds, :message) SENSITIVE = [] include Aws::Structure end |
#retry_after_seconds ⇒ String
5356 5357 5358 5359 5360 5361 |
# File 'gems/aws-sdk-apigateway/lib/aws-sdk-apigateway/types.rb', line 5356 class TooManyRequestsException < Struct.new( :retry_after_seconds, :message) SENSITIVE = [] include Aws::Structure end |