The request was rejected because it attempted to create a resource that already exists.
37383940414243444546
} } @Override public AmazonServiceException unmarshall(JSONObject json) throws Exception { AlreadyExistsException e = (AlreadyExistsException)super.unmarshall(json); e.setErrorCode("AlreadyExistsException"); return e; }