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.
Modifies an existing DB subnet group. DB subnet groups must contain at least one subnet in at least two AZs in the Amazon Region.
For .NET Core this operation is only available in asynchronous form. Please refer to ModifyDBSubnetGroupAsync.
Namespace: Amazon.Neptune
Assembly: AWSSDK.Neptune.dll
Version: 3.x.y.z
public abstract ModifyDBSubnetGroupResponse ModifyDBSubnetGroup( ModifyDBSubnetGroupRequest request )
Container for the necessary parameters to execute the ModifyDBSubnetGroup service method.
Exception | Condition |
---|---|
DBSubnetGroupDoesNotCoverEnoughAZsException | Subnets in the DB subnet group should cover at least two Availability Zones unless there is only one Availability Zone. |
DBSubnetGroupNotFoundException | DBSubnetGroupName does not refer to an existing DB subnet group. |
DBSubnetQuotaExceededException | Request would result in user exceeding the allowed number of subnets in a DB subnet groups. |
InvalidSubnetException | The requested subnet is invalid, or multiple subnets were requested that are not all in a common VPC. |
SubnetAlreadyInUseException | The DB subnet is already in use in the Availability Zone. |
This example changes the specified setting for the specified DB subnet group.
var response = client.ModifyDBSubnetGroup(new ModifyDBSubnetGroupRequest { DBSubnetGroupName = "mydbsubnetgroup", SubnetIds = new List<string> { "subnet-70e1975a", "subnet-747a5c49" } }); DBSubnetGroup dbSubnetGroup = response.DBSubnetGroup;
.NET Framework:
Supported in: 4.5 and newer, 3.5