Class: Aws::CodeStarconnections::Types::ConflictException
- Inherits:
 - 
      Struct
      
        
- Object
 - Struct
 - Aws::CodeStarconnections::Types::ConflictException
 
 
- Includes:
 - Structure
 
- Defined in:
 - lib/aws-sdk-codestarconnections/types.rb
 
Overview
Two conflicting operations have been made on the same resource.
Constant Summary collapse
- SENSITIVE =
 []
Instance Attribute Summary collapse
Instance Attribute Details
#message ⇒ String
      20 21 22 23 24  | 
    
      # File 'lib/aws-sdk-codestarconnections/types.rb', line 20 class ConflictException < Struct.new( :message) SENSITIVE = [] include Aws::Structure end  |