Values.RevokeCacheSecurityGroupIngressResultSourceRevokes ingress from a cache security group. Use this operation to disallow access from an Amazon EC2 security group that had been previously authorized.
type revokeCacheSecurityGroupIngressResult = {cacheSecurityGroup : CacheSecurityGroup.t option;}and t = {revokeCacheSecurityGroupIngressResult : revokeCacheSecurityGroupIngressResult;responseMetaData : responseMetaData;}type error = [ | `AuthorizationNotFoundFault of AuthorizationNotFoundFault.t| `CacheSecurityGroupNotFoundFault of CacheSecurityGroupNotFoundFault.t| `InvalidCacheSecurityGroupStateFault of InvalidCacheSecurityGroupStateFault.t| `InvalidParameterCombinationException of InvalidParameterCombinationException.t| `InvalidParameterValueException of InvalidParameterValueException.t| `Unknown_operation_error of string * string option ]val error_of_json :
string ->
Yojson.Safe.t ->
[> `AuthorizationNotFoundFault of unit
| `CacheSecurityGroupNotFoundFault of unit
| `InvalidCacheSecurityGroupStateFault of unit
| `InvalidParameterCombinationException of
InvalidParameterCombinationException.t
| `InvalidParameterValueException of InvalidParameterValueException.t
| `Unknown_operation_error of string * string option ]val error_of_xml :
string ->
Awso.Xml.t ->
[> `AuthorizationNotFoundFault of unit
| `CacheSecurityGroupNotFoundFault of unit
| `InvalidCacheSecurityGroupStateFault of unit
| `InvalidParameterCombinationException of
InvalidParameterCombinationException.t
| `InvalidParameterValueException of InvalidParameterValueException.t
| `Unknown_operation_error of string * string option ]