# File lib/fog/workflow/openstack/v2/requests/create_action_execution.rb, line 21
          def create_action_execution(_action, _input = {}, _params = {})
            response = Excon::Response.new
            response.status = 201
            response.body = ""
            response
          end