Revokes an ingress rule in an Amazon Redshift security group for a previously
authorized IP range or Amazon EC2 security group. To add an ingress
rule, see AuthorizeClusterSecurityGroupIngress. For information
about managing security groups, go toAmazon
Redshift Cluster Security Groups in the Amazon Redshift Management Guide.

C# |
public RevokeClusterSecurityGroupIngressResponse RevokeClusterSecurityGroupIngress( RevokeClusterSecurityGroupIngressRequest request )

- request (RevokeClusterSecurityGroupIngressRequest)
- Container for the necessary parameters to execute the RevokeClusterSecurityGroupIngress service method.

The response from the RevokeClusterSecurityGroupIngress service method, as returned by Redshift.

Exception | Condition |
---|---|
AuthorizationNotFoundException |
The specified CIDR IP range or EC2 security group is not authorized
for the specified cluster security group.
|
ClusterSecurityGroupNotFoundException |
The cluster security group name does not refer to an existing cluster
security group.
|
InvalidClusterSecurityGroupStateException |
The state of the cluster security group is not ![]() available |