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