Class: Aws::APIGateway::Types::LimitExceededException
- Inherits:
-
Struct
- Object
- Struct
- Aws::APIGateway::Types::LimitExceededException
- Includes:
- Structure
- Defined in:
- 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
4925 4926 4927 4928 4929 4930 |
# File 'lib/aws-sdk-apigateway/types.rb', line 4925 class LimitExceededException < Struct.new( :retry_after_seconds, :message) SENSITIVE = [] include Aws::Structure end |
#retry_after_seconds ⇒ String
4925 4926 4927 4928 4929 4930 |
# File 'lib/aws-sdk-apigateway/types.rb', line 4925 class LimitExceededException < Struct.new( :retry_after_seconds, :message) SENSITIVE = [] include Aws::Structure end |