Returned if a parameter of the request is incorrectly specified.
37383940414243444546
} } @Override public AmazonServiceException unmarshall(JSONObject json) throws Exception { InvalidParameterException e = (InvalidParameterException)super.unmarshall(json); e.setErrorCode("InvalidParameterException"); return e; }