Amazon SNS has responded that there is a problem with the specified Amazon SNS topic.
333435363738394041
// marshaller understands. String errorCode = parseErrorCode(node); if (errorCode == null || !errorCode.equals("SNSInvalidTopic")) return null; SNSInvalidTopicException e = (SNSInvalidTopicException)super.unmarshall(node); return e; }