Class: Aws::Neptune::Errors::InvalidDBSnapshotStateFault Deprecated
- Inherits:
-
ServiceError
- Object
- ServiceError
- Aws::Neptune::Errors::InvalidDBSnapshotStateFault
- Defined in:
- gems/aws-sdk-neptune/lib/aws-sdk-neptune/errors.rb
Overview
Deprecated.
This error class is not used during parsing.
Please use InvalidDBSnapshotState
instead.
Instance Method Summary collapse
-
#initialize(context, message, data = Aws::EmptyStructure.new) ⇒ InvalidDBSnapshotStateFault
constructor
A new instance of InvalidDBSnapshotStateFault.
Constructor Details
#initialize(context, message, data = Aws::EmptyStructure.new) ⇒ InvalidDBSnapshotStateFault
Returns a new instance of InvalidDBSnapshotStateFault.
626 627 628 |
# File 'gems/aws-sdk-neptune/lib/aws-sdk-neptune/errors.rb', line 626 def initialize(context, , data = Aws::EmptyStructure.new) super(context, , data) end |