// marshaller understands.
String errorCode = parseErrorCode(node);
if (errorCode == null || !errorCode.equals("ClusterSecurityGroupNotFound"))
return null;
ClusterSecurityGroupNotFoundException e = (ClusterSecurityGroupNotFoundException)super.unmarshall(node);
return e;
}