You do not have permission to publish to the specified Amazon SNS topic.
333435363738394041
// marshaller understands. String errorCode = parseErrorCode(node); if (errorCode == null || !errorCode.equals("SNSNoAuthorization")) return null; SNSNoAuthorizationException e = (SNSNoAuthorizationException)super.unmarshall(node); return e; }