Class: Aws::RDS::Errors::ExportTaskNotFoundFault Deprecated

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

Overview

Deprecated.

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

Instance Method Summary collapse

Constructor Details

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

Returns a new instance of ExportTaskNotFoundFault.

Parameters:



1004
1005
1006
# File 'lib/aws-sdk-rds/errors.rb', line 1004

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