Class: Aws::AccessAnalyzer::Errors::ConflictException
- Inherits:
 - 
      ServiceError
      
        
- Object
 - ServiceError
 - Aws::AccessAnalyzer::Errors::ConflictException
 
 
- Defined in:
 - lib/aws-sdk-accessanalyzer/errors.rb
 
Instance Method Summary collapse
- 
  
    
      #initialize(context, message, data = Aws::EmptyStructure.new)  ⇒ ConflictException 
    
    
  
  
  
    constructor
  
  
  
  
  
  
  
    
A new instance of ConflictException.
 - #message ⇒ String
 - #resource_id ⇒ String
 - #resource_type ⇒ String
 
Constructor Details
#initialize(context, message, data = Aws::EmptyStructure.new) ⇒ ConflictException
Returns a new instance of ConflictException.
      66 67 68  | 
    
      # File 'lib/aws-sdk-accessanalyzer/errors.rb', line 66 def initialize(context, , data = Aws::EmptyStructure.new) super(context, , data) end  | 
  
Instance Method Details
#message ⇒ String
      71 72 73  | 
    
      # File 'lib/aws-sdk-accessanalyzer/errors.rb', line 71 def @message || @data[:message] end  | 
  
#resource_id ⇒ String
      76 77 78  | 
    
      # File 'lib/aws-sdk-accessanalyzer/errors.rb', line 76 def resource_id @data[:resource_id] end  | 
  
#resource_type ⇒ String
      81 82 83  | 
    
      # File 'lib/aws-sdk-accessanalyzer/errors.rb', line 81 def resource_type @data[:resource_type] end  |