Values.UnsupportedLanguagePairExceptionSourceAmazon Translate does not support translation from the language of the source text into the requested target language. For more information, see Supported languages.
type nonrec t = {message : String_.t option;sourceLanguageCode : LanguageCodeString.t option;The language code for the language of the input text.
*)targetLanguageCode : LanguageCodeString.t option;The language code for the language of the translated text.
*)}