# File lib/uber-s3/response.rb, line 41
    def error
      if !error_key.nil?
        "#{error_key}: #{error_message}"
      end
    end