Module Smaws_Client_RDS.DeleteTenantDatabase

Deletes a tenant database from your DB instance. This command only applies to RDS for Oracle container database (CDB) instances.

You can't delete a tenant database when it is the only tenant in the DB instance.

val error_to_string : [ Smaws_Lib.Protocols.AwsQuery.error | `DBInstanceNotFoundFault of Types.db_instance_not_found_fault | `DBSnapshotAlreadyExistsFault of Types.db_snapshot_already_exists_fault | `InvalidDBInstanceStateFault of Types.invalid_db_instance_state_fault | `TenantDatabaseNotFoundFault of Types.tenant_database_not_found_fault ] -> string
val request : 'http_type Smaws_Lib.Context.t -> Types.delete_tenant_database_message -> (Types.delete_tenant_database_result, [> Smaws_Lib.Protocols.AwsQuery.error | `DBInstanceNotFoundFault of Types.db_instance_not_found_fault | `DBSnapshotAlreadyExistsFault of Types.db_snapshot_already_exists_fault | `InvalidDBInstanceStateFault of Types.invalid_db_instance_state_fault | `TenantDatabaseNotFoundFault of Types.tenant_database_not_found_fault ]) Stdlib.result
val request_with_metadata : 'http_type Smaws_Lib.Context.t -> Types.delete_tenant_database_message -> (Types.delete_tenant_database_result Smaws_Lib.Response.t, [> Smaws_Lib.Protocols.AwsQuery.error | `DBInstanceNotFoundFault of Types.db_instance_not_found_fault | `DBSnapshotAlreadyExistsFault of Types.db_snapshot_already_exists_fault | `InvalidDBInstanceStateFault of Types.invalid_db_instance_state_fault | `TenantDatabaseNotFoundFault of Types.tenant_database_not_found_fault ] * Smaws_Lib.Response.metadata) Stdlib.result