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