Class: Aws::APIGateway::Types::ConflictException
- Inherits:
-
Struct
- Object
- Struct
- Aws::APIGateway::Types::ConflictException
- Defined in:
- gems/aws-sdk-apigateway/lib/aws-sdk-apigateway/types.rb
Overview
The request configuration has conflicts. For details, see the accompanying error message.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
Instance Attribute Details
#message ⇒ String
462 463 464 465 466 |
# File 'gems/aws-sdk-apigateway/lib/aws-sdk-apigateway/types.rb', line 462 class ConflictException < Struct.new( :message) SENSITIVE = [] include Aws::Structure end |