An application with the specified name already exists within the AWS user account.
37383940414243444546
} } @Override public AmazonServiceException unmarshall(JSONObject json) throws Exception { ApplicationAlreadyExistsException e = (ApplicationAlreadyExistsException)super.unmarshall(json); e.setErrorCode("ApplicationAlreadyExistsException"); return e; }