Class: Aws::ApiGatewayV2::Types::ConflictExceptionResponseContent
- Inherits:
-
Struct
- Object
- Struct
- Aws::ApiGatewayV2::Types::ConflictExceptionResponseContent
- Defined in:
- gems/aws-sdk-apigatewayv2/lib/aws-sdk-apigatewayv2/types.rb
Overview
The resource identifier.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#message ⇒ String
The error message.
Instance Attribute Details
#message ⇒ String
The error message.
477 478 479 480 481 |
# File 'gems/aws-sdk-apigatewayv2/lib/aws-sdk-apigatewayv2/types.rb', line 477 class ConflictExceptionResponseContent < Struct.new( :message) SENSITIVE = [] include Aws::Structure end |