Class: Aws::DatabaseMigrationService::Errors::ResourceAlreadyExistsFault
- Inherits:
 - 
      ServiceError
      
        
- Object
 - ServiceError
 - Aws::DatabaseMigrationService::Errors::ResourceAlreadyExistsFault
 
 
- Defined in:
 - lib/aws-sdk-databasemigrationservice/errors.rb
 
Instance Method Summary collapse
- 
  
    
      #initialize(context, message, data = Aws::EmptyStructure.new)  ⇒ ResourceAlreadyExistsFault 
    
    
  
  
  
    constructor
  
  
  
  
  
  
  
    
A new instance of ResourceAlreadyExistsFault.
 - #message ⇒ String
 - #resource_arn ⇒ String
 
Constructor Details
#initialize(context, message, data = Aws::EmptyStructure.new) ⇒ ResourceAlreadyExistsFault
Returns a new instance of ResourceAlreadyExistsFault.
      308 309 310  | 
    
      # File 'lib/aws-sdk-databasemigrationservice/errors.rb', line 308 def initialize(context, , data = Aws::EmptyStructure.new) super(context, , data) end  | 
  
Instance Method Details
#message ⇒ String
      313 314 315  | 
    
      # File 'lib/aws-sdk-databasemigrationservice/errors.rb', line 313 def @message || @data[:message] end  | 
  
#resource_arn ⇒ String
      318 319 320  | 
    
      # File 'lib/aws-sdk-databasemigrationservice/errors.rb', line 318 def resource_arn @data[:resource_arn] end  |