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.
            
 Declaration Syntax
 Declaration Syntax| C# | 
RevokeClusterSecurityGroupIngressResponse RevokeClusterSecurityGroupIngress( RevokeClusterSecurityGroupIngressRequest request )
 Parameters
 Parameters- request (RevokeClusterSecurityGroupIngressRequest)
- Container for the necessary parameters to execute the RevokeClusterSecurityGroupIngress service method.
 Return Value
 Return ValueThe response from the RevokeClusterSecurityGroupIngress service method, as returned by Redshift.
 Exceptions
 Exceptions| 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  CopyC# available |