Module Smaws_Client_DocDB.DeleteDBSubnetGroup

Deletes a subnet group.

The specified database subnet group must not be associated with any DB instances.

val error_to_string : [ Smaws_Lib.Protocols.AwsQuery.error | `DBSubnetGroupNotFoundFault of Types.db_subnet_group_not_found_fault | `InvalidDBSubnetGroupStateFault of Types.invalid_db_subnet_group_state_fault | `InvalidDBSubnetStateFault of Types.invalid_db_subnet_state_fault ] -> string
val request : 'http_type Smaws_Lib.Context.t -> Types.delete_db_subnet_group_message -> (Smaws_Lib.Smithy_api.Types.unit_, [> Smaws_Lib.Protocols.AwsQuery.error | `DBSubnetGroupNotFoundFault of Types.db_subnet_group_not_found_fault | `InvalidDBSubnetGroupStateFault of Types.invalid_db_subnet_group_state_fault | `InvalidDBSubnetStateFault of Types.invalid_db_subnet_state_fault ]) Stdlib.result