Returns a list of supported languages for a specified categoryCode, issueType and serviceCode
Source:R/support_operations.R
support_describe_supported_languages.RdReturns a list of supported languages for a specified categoryCode, issueType and serviceCode. The returned supported languages will include a ISO 639-1 code for the language, and the language display name.
See https://www.paws-r-sdk.com/docs/support_describe_supported_languages/ for full documentation.
Arguments
- issueType
[required] The type of issue for the case. You can specify
customer-serviceortechnical.- serviceCode
[required] The code for the Amazon Web Services service. You can use the
describe_servicesoperation to get the possibleserviceCodevalues.- categoryCode
[required] The category of problem for the support case. You also use the
describe_servicesoperation to get the category code for a service. Each Amazon Web Services service defines its own set of category codes.