SeverityLevel

A code and name pair that represents the severity level of a support case. The available values depend on the support plan for the account. For more information, see Choosing a severity in the Amazon Web Services Support User Guide.

Types

Link copied to clipboard
class Builder
Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val code: String?

The code for case severity level.

Link copied to clipboard
val name: String?

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

Functions

Link copied to clipboard
inline fun copy(block: SeverityLevel.Builder.() -> Unit = {}): SeverityLevel
Link copied to clipboard
open operator override fun equals(other: Any?): Boolean
Link copied to clipboard
open override fun hashCode(): Int
Link copied to clipboard
open override fun toString(): String