Defined strings
Some values accept a string value, but the value must be a set of defined strings. When you manually edit the configuration file, make sure that the string value you type matches one of the valid defined strings values.
For example, the
[aznapi-configuration] stanza
section contains the following entry: mode = {local|remote}The value for mode is expected to be local or remote.
Any other value is invalid and results in an error.