Class: Aws::RDS::Errors::DBSnapshotNotFoundFault

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) ⇒ DBSnapshotNotFoundFault

Returns a new instance of DBSnapshotNotFoundFault.

Parameters:



727
728
729
# File 'lib/aws-sdk-rds/errors.rb', line 727

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