Class: Aws::RDS::Errors::InvalidExportSourceStateFault 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 ‘InvalidExportSourceState` instead.

Instance Method Summary collapse

Constructor Details

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

Returns a new instance of InvalidExportSourceStateFault.

Parameters:



1382
1383
1384
# File 'lib/aws-sdk-rds/errors.rb', line 1382

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