# File lib/aws/option_grammar.rb, line 94
        def validate(value, context = nil)
          raise format_error("string value", context) unless
            value.respond_to? :to_str
        end