# File lib/aws/core/indifferent_hash.rb, line 73
      def fetch key, *extras, &block
        super(_convert_key(key), *extras, &block)
      end