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
3509 3510 3511 3512 3513 3514 |
# File 'lib/aws-sdk-apigateway/types.rb', line 3509 class LimitExceededException < Struct.new( :retry_after_seconds, :message) SENSITIVE = [] include Aws::Structure end |
#retry_after_seconds ⇒ String
3509 3510 3511 3512 3513 3514 |
# File 'lib/aws-sdk-apigateway/types.rb', line 3509 class LimitExceededException < Struct.new( :retry_after_seconds, :message) SENSITIVE = [] include Aws::Structure end |