Class: Aws::RDS::Errors::Ec2ImagePropertiesNotSupportedFault

Inherits:
ServiceError
  • Object
show all
Defined in:
lib/aws-sdk-rds/errors.rb

Instance Method Summary collapse

Constructor Details

#initialize(context, message, data = Aws::EmptyStructure.new) ⇒ Ec2ImagePropertiesNotSupportedFault

Returns a new instance of Ec2ImagePropertiesNotSupportedFault.

Parameters:



827
828
829
# File 'lib/aws-sdk-rds/errors.rb', line 827

def initialize(context, message, data = Aws::EmptyStructure.new)
  super(context, message, data)
end