name property

String? name
final

The name of the severity level that corresponds to the severity level code.

  • low: General guidance
  • normal: System impaired
  • high: Production system impaired
  • urgent: Production system down
  • critical: Business-critical system down
For more information, see Choosing a severity in the AWS Support User Guide.

Implementation

final String? name;