Class: Aws::APIGateway::Types::ConflictException
- Inherits:
-
Struct
- Object
- Struct
- Aws::APIGateway::Types::ConflictException
- Includes:
- Structure
- Defined in:
- 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
614 615 616 617 618 |
# File 'lib/aws-sdk-apigateway/types.rb', line 614 class ConflictException < Struct.new( :message) SENSITIVE = [] include Aws::Structure end |