The requested cache cluster ID does not refer to an existing cache cluster.
333435363738394041
// marshaller understands. String errorCode = parseErrorCode(node); if (errorCode == null || !errorCode.equals("CacheClusterNotFound")) return null; CacheClusterNotFoundException e = (CacheClusterNotFoundException)super.unmarshall(node); return e; }