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