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 cache subnet group.
You cannot delete a default cache subnet group or one that is associated with any
clusters.
For .NET Core this operation is only available in asynchronous form. Please refer to DeleteCacheSubnetGroupAsync.
Namespace: Amazon.ElastiCache
Assembly: AWSSDK.ElastiCache.dll
Version: 3.x.y.z
public virtual DeleteCacheSubnetGroupResponse DeleteCacheSubnetGroup( DeleteCacheSubnetGroupRequest request )
Container for the necessary parameters to execute the DeleteCacheSubnetGroup service method.
Exception | Condition |
---|---|
CacheSubnetGroupInUseException | The requested cache subnet group is currently in use. |
CacheSubnetGroupNotFoundException | The requested cache subnet group name does not refer to an existing cache subnet group. |
Deletes the Amazon ElastiCache subnet group my-subnet-group.
var client = new AmazonElastiCacheClient(); var response = client.DeleteCacheSubnetGroup(new DeleteCacheSubnetGroupRequest { CacheSubnetGroupName = "my-subnet-group" });
.NET Framework:
Supported in: 4.5 and newer, 3.5