Class: Aws::SMS::Errors::ReplicationJobAlreadyExistsException
- Inherits:
 - 
      ServiceError
      
        
- Object
 - ServiceError
 - Aws::SMS::Errors::ReplicationJobAlreadyExistsException
 
 
- Defined in:
 - lib/aws-sdk-sms/errors.rb
 
Instance Method Summary collapse
- 
  
    
      #initialize(context, message, data = Aws::EmptyStructure.new)  ⇒ ReplicationJobAlreadyExistsException 
    
    
  
  
  
    constructor
  
  
  
  
  
  
  
    
A new instance of ReplicationJobAlreadyExistsException.
 - #message ⇒ String
 
Constructor Details
#initialize(context, message, data = Aws::EmptyStructure.new) ⇒ ReplicationJobAlreadyExistsException
Returns a new instance of ReplicationJobAlreadyExistsException.
      144 145 146  | 
    
      # File 'lib/aws-sdk-sms/errors.rb', line 144 def initialize(context, , data = Aws::EmptyStructure.new) super(context, , data) end  | 
  
Instance Method Details
#message ⇒ String
      149 150 151  | 
    
      # File 'lib/aws-sdk-sms/errors.rb', line 149 def @message || @data[:message] end  |