# File lib/fog/shared_file_system/openstack/requests/revoke_share_access.rb, line 5
        def revoke_share_access(share_id, access_id)
          action = {
            "#{action_prefix}deny_access" => {
              'access_id' => access_id
            }
          }
          share_action(share_id, action)
        end