# File lib/aws/core/options/validator.rb, line 72
        def validate_value *args
          send("validate_#{args.first[:type]}", *args)
        end