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