Class: Aws::Proton::Types::ConflictException
- Inherits:
 - 
      Struct
      
        
- Object
 - Struct
 - Aws::Proton::Types::ConflictException
 
 
- Includes:
 - Structure
 
- Defined in:
 - lib/aws-sdk-proton/types.rb
 
Overview
The request *couldn’t* be made due to a conflicting operation or resource.
Constant Summary collapse
- SENSITIVE =
 [:message]
Instance Attribute Summary collapse
Instance Attribute Details
#message ⇒ String
      450 451 452 453 454  | 
    
      # File 'lib/aws-sdk-proton/types.rb', line 450 class ConflictException < Struct.new( :message) SENSITIVE = [:message] include Aws::Structure end  |