# File lib/aws/indifferent_hash.rb, line 65
    def has_key? key
      super(_convert_key(key))
    end