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