# File lib/aws/record/errors.rb, line 143
      def clear!
        keys.each do |key|
          delete(key)
        end
        nil
      end