Type Alias aws_sdk_elasticache::operation::delete_cache_security_group::DeleteCacheSecurityGroupErrorKind   
source · pub type DeleteCacheSecurityGroupErrorKind = DeleteCacheSecurityGroupError;👎Deprecated: Operation 
*Error/*ErrorKind types were combined into a single *Error enum. The .kind field on *Error no longer exists and isn’t needed anymore (you can just match on the error directly since it’s an enum now).Expand description
Do not use this.
Operation *Error/*ErrorKind types were combined into a single *Error enum. The .kind field on *Error no longer exists and isn’t needed anymore (you can just match on the error directly since it’s an enum now).
Aliased Type§
enum DeleteCacheSecurityGroupErrorKind {
    CacheSecurityGroupNotFoundFault(CacheSecurityGroupNotFoundFault),
    InvalidCacheSecurityGroupStateFault(InvalidCacheSecurityGroupStateFault),
    InvalidParameterCombinationException(InvalidParameterCombinationException),
    InvalidParameterValueException(InvalidParameterValueException),
    Unhandled(Unhandled),
}Variants§
CacheSecurityGroupNotFoundFault(CacheSecurityGroupNotFoundFault)
The requested cache security group name does not refer to an existing cache security group.
InvalidCacheSecurityGroupStateFault(InvalidCacheSecurityGroupStateFault)
The current state of the cache security group does not allow deletion.
InvalidParameterCombinationException(InvalidParameterCombinationException)
Two or more incompatible parameters were specified.
InvalidParameterValueException(InvalidParameterValueException)
The value for a parameter is invalid.
Unhandled(Unhandled)
An unexpected error occurred (e.g., invalid JSON returned by the service or an unknown error code).