Thrown when a user is not authorized to access the requested resource.
37383940414243444546
} } @Override public AmazonServiceException unmarshall(JSONObject json) throws Exception { NotAuthorizedException e = (NotAuthorizedException)super.unmarshall(json); e.setErrorCode("NotAuthorizedException"); return e; }