Class: Aws::QLDB::Errors::ResourceAlreadyExistsException
- Inherits:
 - 
      ServiceError
      
        
- Object
 - ServiceError
 - Aws::QLDB::Errors::ResourceAlreadyExistsException
 
 
- Defined in:
 - lib/aws-sdk-qldb/errors.rb
 
Instance Method Summary collapse
- 
  
    
      #initialize(context, message, data = Aws::EmptyStructure.new)  ⇒ ResourceAlreadyExistsException 
    
    
  
  
  
    constructor
  
  
  
  
  
  
  
    
A new instance of ResourceAlreadyExistsException.
 - #message ⇒ String
 - #resource_name ⇒ String
 - #resource_type ⇒ String
 
Constructor Details
#initialize(context, message, data = Aws::EmptyStructure.new) ⇒ ResourceAlreadyExistsException
Returns a new instance of ResourceAlreadyExistsException.
      88 89 90  | 
    
      # File 'lib/aws-sdk-qldb/errors.rb', line 88 def initialize(context, , data = Aws::EmptyStructure.new) super(context, , data) end  | 
  
Instance Method Details
#message ⇒ String
      93 94 95  | 
    
      # File 'lib/aws-sdk-qldb/errors.rb', line 93 def @message || @data[:message] end  | 
  
#resource_name ⇒ String
      103 104 105  | 
    
      # File 'lib/aws-sdk-qldb/errors.rb', line 103 def resource_name @data[:resource_name] end  | 
  
#resource_type ⇒ String
      98 99 100  | 
    
      # File 'lib/aws-sdk-qldb/errors.rb', line 98 def resource_type @data[:resource_type] end  |