Class: Aws::SMS::Errors::ReplicationJobNotFoundException
- Inherits:
 - 
      ServiceError
      
        
- Object
 - ServiceError
 - Aws::SMS::Errors::ReplicationJobNotFoundException
 
 
- Defined in:
 - lib/aws-sdk-sms/errors.rb
 
Instance Method Summary collapse
- 
  
    
      #initialize(context, message, data = Aws::EmptyStructure.new)  ⇒ ReplicationJobNotFoundException 
    
    
  
  
  
    constructor
  
  
  
  
  
  
  
    
A new instance of ReplicationJobNotFoundException.
 - #message ⇒ String
 
Constructor Details
#initialize(context, message, data = Aws::EmptyStructure.new) ⇒ ReplicationJobNotFoundException
Returns a new instance of ReplicationJobNotFoundException.
      159 160 161  | 
    
      # File 'lib/aws-sdk-sms/errors.rb', line 159 def initialize(context, , data = Aws::EmptyStructure.new) super(context, , data) end  | 
  
Instance Method Details
#message ⇒ String
      164 165 166  | 
    
      # File 'lib/aws-sdk-sms/errors.rb', line 164 def @message || @data[:message] end  |