Class: Aws::DocDB::Errors::SourceNotFoundFault Deprecated

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

Overview

Deprecated.

This error class is not used during parsing. Please use SourceNotFound instead.

Instance Method Summary collapse

Constructor Details

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



702
703
704
# File 'lib/aws-sdk-docdb/errors.rb', line 702

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