support_describe_supported_languages {paws.management} | R Documentation |
Returns a list of supported languages for a specified categoryCode, issueType and serviceCode
Description
Returns 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.
Usage
support_describe_supported_languages(issueType, serviceCode, categoryCode)
Arguments
issueType |
[required] The type of issue for the case. You can specify |
serviceCode |
[required] The code for the Amazon Web Services service. You can use the
|
categoryCode |
[required] The category of problem for the support case. You also use the
|
[Package paws.management version 0.9.0 Index]