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

Instance Method Summary collapse

Constructor Details

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

Returns a new instance of TenantDatabaseAlreadyExistsFault.

Parameters:



1796
1797
1798
# File 'lib/aws-sdk-rds/errors.rb', line 1796

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