An Amazon SNS topic with the specified Amazon Resource Name (ARN) does not exist.
333435363738394041
// marshaller understands. String errorCode = parseErrorCode(node); if (errorCode == null || !errorCode.equals("SNSTopicArnNotFound")) return null; SNSTopicArnNotFoundException e = (SNSTopicArnNotFoundException)super.unmarshall(node); return e; }