Class: Aws::RDS::Errors::BlueGreenDeploymentAlreadyExistsFault
- Inherits:
 - 
      ServiceError
      
        
- Object
 - ServiceError
 - Aws::RDS::Errors::BlueGreenDeploymentAlreadyExistsFault
 
 
- Defined in:
 - lib/aws-sdk-rds/errors.rb
 
Instance Method Summary collapse
- 
  
    
      #initialize(context, message, data = Aws::EmptyStructure.new)  ⇒ BlueGreenDeploymentAlreadyExistsFault 
    
    
  
  
  
    constructor
  
  
  
  
  
  
  
    
A new instance of BlueGreenDeploymentAlreadyExistsFault.
 
Constructor Details
#initialize(context, message, data = Aws::EmptyStructure.new) ⇒ BlueGreenDeploymentAlreadyExistsFault
Returns a new instance of BlueGreenDeploymentAlreadyExistsFault.
      227 228 229  | 
    
      # File 'lib/aws-sdk-rds/errors.rb', line 227 def initialize(context, , data = Aws::EmptyStructure.new) super(context, , data) end  |