# File lib/aws/record/attributes.rb, line 142
        def self.serialize string, options = {}
          unless string.is_a?(String)
            msg = "expected a String value, got #{string.class}"
            raise ArgumentError, msg
          end
          string
        end