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