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