From: Ryan Davis Date: 2011-08-31T12:18:08+09:00 Subject: Re: AWS CreateHit ruby code On Aug 30, 2011, at 15:06 , regan russell wrote: > /Library/Ruby/Gems/1.8/gems/ruby-aws-1.3.1/lib/amazon/webservices/mturk/ > me > chanical_turk_error_handler.rb:127:in `validateResponse': > AWS.MissingParameters > (Amazon::WebServices::Util::ValidationException) > from Are you addressing this MissingParameters error? I googled around and found a test online that shows: result = @@mturk.createHIT(:Title => 'Ruby SDK Test Hit', :Description => description, :Keywords => 'Ruby, test, SDK', :Reward => { :Amount => 23.44, :CurrencyCode => 'USD' }, :Question => question)