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