Class: Aws::ApiGatewayV2::Types::LimitExceededExceptionResponseContent
- Inherits:
-
Struct
- Object
- Struct
- Aws::ApiGatewayV2::Types::LimitExceededExceptionResponseContent
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-apigatewayv2/types.rb
Overview
The response content for limit exceeded exception.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#limit_type ⇒ String
The limit type of the limit exceeded exception response content.
-
#message ⇒ String
The message of the limit exceeded exception response content.
Instance Attribute Details
#limit_type ⇒ String
The limit type of the limit exceeded exception response content.
6737 6738 6739 6740 6741 6742 |
# File 'lib/aws-sdk-apigatewayv2/types.rb', line 6737 class LimitExceededExceptionResponseContent < Struct.new( :limit_type, :message) SENSITIVE = [] include Aws::Structure end |
#message ⇒ String
The message of the limit exceeded exception response content.
6737 6738 6739 6740 6741 6742 |
# File 'lib/aws-sdk-apigatewayv2/types.rb', line 6737 class LimitExceededExceptionResponseContent < Struct.new( :limit_type, :message) SENSITIVE = [] include Aws::Structure end |