# File lib/aws/simple_workflow/activity_task.rb, line 168
      def respond status, options
        raise "already responded" if responded?
        @responded = status
        options[:task_token] = task_token
        client.send("respond_activity_task_#{status}", options)
        nil
      end