Values_1.DeleteTenantDatabaseResultSourceDeletes 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.
and t = {deleteTenantDatabaseResult : deleteTenantDatabaseResult;responseMetaData : responseMetaData;}type error = [ | `DBInstanceNotFoundFault of Values_0.DBInstanceNotFoundFault.t| `DBSnapshotAlreadyExistsFault of Values_0.DBSnapshotAlreadyExistsFault.t| `InvalidDBInstanceStateFault of Values_0.InvalidDBInstanceStateFault.t| `TenantDatabaseNotFoundFault of Values_0.TenantDatabaseNotFoundFault.t| `Unknown_operation_error of string * string option ]val error_of_json :
string ->
Yojson.Safe.t ->
[> `DBInstanceNotFoundFault of unit
| `DBSnapshotAlreadyExistsFault of unit
| `InvalidDBInstanceStateFault of unit
| `TenantDatabaseNotFoundFault of unit
| `Unknown_operation_error of string * string option ]val error_of_xml :
string ->
Awso.Xml.t ->
[> `DBInstanceNotFoundFault of unit
| `DBSnapshotAlreadyExistsFault of unit
| `InvalidDBInstanceStateFault of unit
| `TenantDatabaseNotFoundFault of unit
| `Unknown_operation_error of string * string option ]val to_value :
t ->
[> `Structure of
(string
* [> `Structure of
(string
* [> `Structure of
(string
* [> `Boolean of bool
| `List of
[> `Structure of
(string * [> `String of string ]) list ]
list
| `String of string
| `Structure of
(string * [> `String of string ]) list
| `Timestamp of string ])
list ])
list ])
list ]