AWS services or capabilities described in AWS Documentation may vary by region/location. Click Getting Started with Amazon AWS to see specific differences applicable to the China (Beijing) Region.
Deletes a DB subnet group.
The specified database subnet group must not be associated with any DB instances.
For .NET Core this operation is only available in asynchronous form. Please refer to DeleteDBSubnetGroupAsync.
Namespace: Amazon.Neptune
Assembly: AWSSDK.Neptune.dll
Version: 3.x.y.z
public abstract DeleteDBSubnetGroupResponse DeleteDBSubnetGroup( DeleteDBSubnetGroupRequest request )
Container for the necessary parameters to execute the DeleteDBSubnetGroup service method.
Exception | Condition |
---|---|
DBSubnetGroupNotFoundException | DBSubnetGroupName does not refer to an existing DB subnet group. |
InvalidDBSubnetGroupStateException | The DB subnet group cannot be deleted because it is in use. |
InvalidDBSubnetStateException | The DB subnet is not in the available state. |
This example deletes the specified DB subnetgroup.
var response = client.DeleteDBSubnetGroup(new DeleteDBSubnetGroupRequest { DBSubnetGroupName = "mydbsubnetgroup" });
.NET Framework:
Supported in: 4.5 and newer, 3.5