AWS SDK Version 2 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.

.NET Framework 3.5
 
Revokes ingress from a DBSecurityGroup for previously authorized IP ranges or EC2 or VPC Security Groups. Required parameters for this API are one of CIDRIP, EC2SecurityGroupId for VPC, or (EC2SecurityGroupOwnerId and either EC2SecurityGroupName or EC2SecurityGroupId).

Namespace: Amazon.RDS
Assembly: AWSSDK.dll
Version: (assembly version)

Syntax

C#
public virtual RevokeDBSecurityGroupIngressResponse RevokeDBSecurityGroupIngress(
         RevokeDBSecurityGroupIngressRequest request
)

Parameters

request
Type: Amazon.RDS.Model.RevokeDBSecurityGroupIngressRequest

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

Return Value
Type: Amazon.RDS.Model.RevokeDBSecurityGroupIngressResponse
The response from the RevokeDBSecurityGroupIngress service method, as returned by RDS.

Exceptions

ExceptionCondition
AuthorizationNotFoundException Specified CIDRIP or EC2 security group is not authorized for the specified DB security group. RDS may not also be authorized via IAM to perform necessary actions on your behalf.
DBSecurityGroupNotFoundException DBSecurityGroupName does not refer to an existing DB security group.
InvalidDBSecurityGroupStateException The state of the DB security group does not allow deletion.

Version Information

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