class Lutaml::Model::InvalidValueError

def to_s

def to_s
  "#{@attr_name} is `#{@value}`, must be one of the " \
    "following [#{@allowed_values.join(', ')}]"
end