Class: Aws::Neptune::Errors::InvalidDBSnapshotStateFault Deprecated

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

Overview

Deprecated.

This error class is not used during parsing. Please use ‘InvalidDBSnapshotState` instead.

Instance Method Summary collapse

Constructor Details

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

Returns a new instance of InvalidDBSnapshotStateFault.

Parameters:



627
628
629
# File 'lib/aws-sdk-neptune/errors.rb', line 627

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