AWS SDK Version 3 for .NET
API Reference

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.

Note:

For .NET Core this operation is only available in asynchronous form. Please refer to DeleteDBSubnetGroupAsync.

Namespace: Amazon.RDS
Assembly: AWSSDK.RDS.dll
Version: 3.x.y.z

Syntax

C#
public abstract DeleteDBSubnetGroupResponse DeleteDBSubnetGroup(
         DeleteDBSubnetGroupRequest request
)

Parameters

request
Type: Amazon.RDS.Model.DeleteDBSubnetGroupRequest

Container for the necessary parameters to execute the DeleteDBSubnetGroup service method.

Return Value


The response from the DeleteDBSubnetGroup service method, as returned by RDS.

Exceptions

ExceptionCondition
DBSubnetGroupNotFoundException DBSubnetGroupName doesn't refer to an existing DB subnet group.
InvalidDBSubnetGroupStateException The DB subnet group cannot be deleted because it's in use.
InvalidDBSubnetStateException The DB subnet isn't in the available state.

Version Information

.NET Framework:
Supported in: 4.5, 4.0, 3.5

See Also