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