# File lib/fog/ecloud/compute.rb, line 408
        def request(params)
          begin
            do_request(params)
          rescue Excon::Errors::Unauthorized => e
            raise RuntimeError, "Invalid authentication data: #{e}"
          end
        end