Class: Aws::DataExchange::Types::ConflictException
- Inherits:
 - 
      Struct
      
        
- Object
 - Struct
 - Aws::DataExchange::Types::ConflictException
 
 
- Includes:
 - Structure
 
- Defined in:
 - lib/aws-sdk-dataexchange/types.rb
 
Overview
The request couldn’t be completed because it conflicted with the current state of the resource.
Constant Summary collapse
- SENSITIVE =
 []
Instance Attribute Summary collapse
- 
  
    
      #message  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The request couldn’t be completed because it conflicted with the current state of the resource.
 - 
  
    
      #resource_id  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The unique identifier for the resource with the conflict.
 - 
  
    
      #resource_type  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The type of the resource with the conflict.
 
Instance Attribute Details
#message ⇒ String
The request couldn’t be completed because it conflicted with the current state of the resource.
      410 411 412 413 414 415 416  | 
    
      # File 'lib/aws-sdk-dataexchange/types.rb', line 410 class ConflictException < Struct.new( :message, :resource_id, :resource_type) SENSITIVE = [] include Aws::Structure end  | 
  
#resource_id ⇒ String
The unique identifier for the resource with the conflict.
      410 411 412 413 414 415 416  | 
    
      # File 'lib/aws-sdk-dataexchange/types.rb', line 410 class ConflictException < Struct.new( :message, :resource_id, :resource_type) SENSITIVE = [] include Aws::Structure end  | 
  
#resource_type ⇒ String
The type of the resource with the conflict.
      410 411 412 413 414 415 416  | 
    
      # File 'lib/aws-sdk-dataexchange/types.rb', line 410 class ConflictException < Struct.new( :message, :resource_id, :resource_type) SENSITIVE = [] include Aws::Structure end  |