# File lib/fog/workflow/openstack/v2/requests/update_action_execution.rb, line 23
          def update_action_execution(_id, _name, _value)
            response = Excon::Response.new
            response.status = 200
            response.body = ""
            response
          end