# File lib/fog/shared_file_system/openstack/requests/revoke_share_access.rb, line 16
        def revoke_share_access(_share_id, _access_id)
          response = Excon::Response.new
          response.status = 202
          response
        end