Class: Aws::ApiGatewayV2::Types::LimitExceededException
- Inherits:
-
Struct
- Object
- Struct
- Aws::ApiGatewayV2::Types::LimitExceededException
- Defined in:
- gems/aws-sdk-apigatewayv2/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
-
#limit_type ⇒ String
The limit type.
-
#message ⇒ String
Describes the error encountered.
Instance Attribute Details
#limit_type ⇒ String
The limit type.
5056 5057 5058 5059 5060 5061 |
# File 'gems/aws-sdk-apigatewayv2/lib/aws-sdk-apigatewayv2/types.rb', line 5056 class LimitExceededException < Struct.new( :limit_type, :message) SENSITIVE = [] include Aws::Structure end |
#message ⇒ String
Describes the error encountered.
5056 5057 5058 5059 5060 5061 |
# File 'gems/aws-sdk-apigatewayv2/lib/aws-sdk-apigatewayv2/types.rb', line 5056 class LimitExceededException < Struct.new( :limit_type, :message) SENSITIVE = [] include Aws::Structure end |