Class: Aws::ApiGatewayV2::Types::ConflictException
- Inherits:
-
Struct
- Object
- Struct
- Aws::ApiGatewayV2::Types::ConflictException
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-apigatewayv2/types.rb
Overview
The requested operation would cause a conflict with the current state of a service resource associated with the request. Resolve the conflict before retrying this request. See the accompanying error message for details.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#message ⇒ String
Describes the error encountered.
Instance Attribute Details
#message ⇒ String
Describes the error encountered.
378 379 380 381 382 |
# File 'lib/aws-sdk-apigatewayv2/types.rb', line 378 class ConflictException < Struct.new( :message) SENSITIVE = [] include Aws::Structure end |