Class: Aws::ApplicationSignals::Types::ConflictException
- Inherits:
-
Struct
- Object
- Struct
- Aws::ApplicationSignals::Types::ConflictException
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-applicationsignals/types.rb
Overview
This operation attempted to create a resource that already exists.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
Instance Attribute Details
#message ⇒ String
143 144 145 146 147 |
# File 'lib/aws-sdk-applicationsignals/types.rb', line 143 class ConflictException < Struct.new( :message) SENSITIVE = [] include Aws::Structure end |