Class: Aws::Outposts::Types::ConflictException
- Inherits:
 - 
      Struct
      
        
- Object
 - Struct
 - Aws::Outposts::Types::ConflictException
 
 
- Includes:
 - Structure
 
- Defined in:
 - lib/aws-sdk-outposts/types.rb
 
Overview
Updating or deleting this resource can cause an inconsistent state.
Constant Summary collapse
- SENSITIVE =
 []
Instance Attribute Summary collapse
- #message ⇒ String
 - 
  
    
      #resource_id  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The ID of the resource causing the conflict.
 - 
  
    
      #resource_type  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The type of the resource causing the conflict.
 
Instance Attribute Details
#message ⇒ String
      427 428 429 430 431 432 433  | 
    
      # File 'lib/aws-sdk-outposts/types.rb', line 427 class ConflictException < Struct.new( :message, :resource_id, :resource_type) SENSITIVE = [] include Aws::Structure end  | 
  
#resource_id ⇒ String
The ID of the resource causing the conflict.
      427 428 429 430 431 432 433  | 
    
      # File 'lib/aws-sdk-outposts/types.rb', line 427 class ConflictException < Struct.new( :message, :resource_id, :resource_type) SENSITIVE = [] include Aws::Structure end  | 
  
#resource_type ⇒ String
The type of the resource causing the conflict.
      427 428 429 430 431 432 433  | 
    
      # File 'lib/aws-sdk-outposts/types.rb', line 427 class ConflictException < Struct.new( :message, :resource_id, :resource_type) SENSITIVE = [] include Aws::Structure end  |