// marshaller understands.
String errorCode = parseErrorCode(node);
if (errorCode == null || !errorCode.equals("AWS.SimpleQueueService.UnsupportedOperation"))
return null;
UnsupportedOperationException e = (UnsupportedOperationException)super.unmarshall(node);
return e;
}