paws.management (version 0.1.0)

support_describe_severity_levels: Returns the list of severity levels that you can assign to an AWS Support case

Description

Returns the list of severity levels that you can assign to an AWS Support case. The severity level for a case is also a field in the CaseDetails data type included in any CreateCase request.

Usage

support_describe_severity_levels(language)

Arguments

language

The ISO 639-1 code for the language in which AWS provides support. AWS Support currently supports English ("en") and Japanese ("ja"). Language parameters must be passed explicitly for operations that take them.

Request syntax

svc$describe_severity_levels(
  language = "string"
)