Class: Aws::Neptune::Errors::StorageTypeNotSupportedFault Deprecated
- Inherits:
-
ServiceError
- Object
- ServiceError
- Aws::Neptune::Errors::StorageTypeNotSupportedFault
- Defined in:
- lib/aws-sdk-neptune/errors.rb
Overview
Deprecated.
This error class is not used during parsing. Please use ‘StorageTypeNotSupported` instead.
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.
835 836 837 |
# File 'lib/aws-sdk-neptune/errors.rb', line 835 def initialize(context, , data = Aws::EmptyStructure.new) super(context, , data) end |