Class: Aws::ApiGatewayV2::Types::TooManyRequestsException
- Inherits:
-
Struct
- Object
- Struct
- Aws::ApiGatewayV2::Types::TooManyRequestsException
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-apigatewayv2/types.rb
Overview
A limit has been exceeded. See the accompanying error message for details.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
Instance Attribute Details
#limit_type ⇒ String
5730 5731 5732 5733 5734 5735 |
# File 'lib/aws-sdk-apigatewayv2/types.rb', line 5730 class TooManyRequestsException < Struct.new( :limit_type, :message) SENSITIVE = [] include Aws::Structure end |
#message ⇒ String
5730 5731 5732 5733 5734 5735 |
# File 'lib/aws-sdk-apigatewayv2/types.rb', line 5730 class TooManyRequestsException < Struct.new( :limit_type, :message) SENSITIVE = [] include Aws::Structure end |