# File lib/aws/record/base.rb, line 349
      def valid?
        validate
        errors.empty?
      end