Returns a list of CreateCaseOption types along with the corresponding supported hours and language availability
Source:R/support_operations.R
support_describe_create_case_options.RdReturns a list of CreateCaseOption types along with the corresponding supported hours and language availability. You can specify the language categoryCode, issueType and serviceCode used to retrieve the CreateCaseOptions.
See https://www.paws-r-sdk.com/docs/support_describe_create_case_options/ for full documentation.
Arguments
- issueType
[required] The type of issue for the case. You can specify
customer-serviceortechnical. If you don't specify a value, the default istechnical.- serviceCode
[required] The code for the Amazon Web Services service. You can use the
describe_servicesoperation to get the possibleserviceCodevalues.- language
[required] The language in which Amazon Web Services Support handles the case. Amazon Web Services Support currently supports Chinese (“zh”), English ("en"), Japanese ("ja") and Korean (“ko”). You must specify the ISO 639-1 code for the
languageparameter if you want support in that language.- 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.