An Amazon Redshift event notification subscription with the specified name does not exist.
333435363738394041
// marshaller understands. String errorCode = parseErrorCode(node); if (errorCode == null || !errorCode.equals("SubscriptionNotFound")) return null; SubscriptionNotFoundException e = (SubscriptionNotFoundException)super.unmarshall(node); return e; }