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