Class: Aws::APIGateway::Types::LimitExceededException
- Inherits:
-
Struct
- Object
- Struct
- Aws::APIGateway::Types::LimitExceededException
- Defined in:
- gems/aws-sdk-apigateway/lib/aws-sdk-apigateway/types.rb
Overview
The request exceeded the rate limit. Retry after the specified time period.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
Instance Attribute Details
#message ⇒ String
3696 3697 3698 3699 3700 3701 |
# File 'gems/aws-sdk-apigateway/lib/aws-sdk-apigateway/types.rb', line 3696 class LimitExceededException < Struct.new( :retry_after_seconds, :message) SENSITIVE = [] include Aws::Structure end |
#retry_after_seconds ⇒ String
3696 3697 3698 3699 3700 3701 |
# File 'gems/aws-sdk-apigateway/lib/aws-sdk-apigateway/types.rb', line 3696 class LimitExceededException < Struct.new( :retry_after_seconds, :message) SENSITIVE = [] include Aws::Structure end |