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