Class: Aws::QLDB::Errors::ResourcePreconditionNotMetException
- Inherits:
 - 
      ServiceError
      
        
- Object
 - ServiceError
 - Aws::QLDB::Errors::ResourcePreconditionNotMetException
 
 
- Defined in:
 - lib/aws-sdk-qldb/errors.rb
 
Instance Method Summary collapse
- 
  
    
      #initialize(context, message, data = Aws::EmptyStructure.new)  ⇒ ResourcePreconditionNotMetException 
    
    
  
  
  
    constructor
  
  
  
  
  
  
  
    
A new instance of ResourcePreconditionNotMetException.
 - #message ⇒ String
 - #resource_name ⇒ String
 - #resource_type ⇒ String
 
Constructor Details
#initialize(context, message, data = Aws::EmptyStructure.new) ⇒ ResourcePreconditionNotMetException
Returns a new instance of ResourcePreconditionNotMetException.
      163 164 165  | 
    
      # File 'lib/aws-sdk-qldb/errors.rb', line 163 def initialize(context, , data = Aws::EmptyStructure.new) super(context, , data) end  | 
  
Instance Method Details
#message ⇒ String
      168 169 170  | 
    
      # File 'lib/aws-sdk-qldb/errors.rb', line 168 def @message || @data[:message] end  | 
  
#resource_name ⇒ String
      178 179 180  | 
    
      # File 'lib/aws-sdk-qldb/errors.rb', line 178 def resource_name @data[:resource_name] end  | 
  
#resource_type ⇒ String
      173 174 175  | 
    
      # File 'lib/aws-sdk-qldb/errors.rb', line 173 def resource_type @data[:resource_type] end  |