AWS SDK for Kotlin
Toggle table of contents
1.5.0
common
Platform filter
common
Switch theme
Skip to content
AWS SDK for Kotlin
applicationinsights
/
aws.sdk.kotlin.services.applicationinsights.model
/
SeverityLevel
Severity
Level
sealed
class
SeverityLevel
Inheritors
High
Informative
Low
Medium
SdkUnknown
Members
Types
Companion
Link copied to clipboard
object
Companion
High
Link copied to clipboard
object
High
:
SeverityLevel
Informative
Link copied to clipboard
object
Informative
:
SeverityLevel
Low
Link copied to clipboard
object
Low
:
SeverityLevel
Medium
Link copied to clipboard
object
Medium
:
SeverityLevel
Sdk
Unknown
Link copied to clipboard
data
class
SdkUnknown
(
val
value
:
String
)
:
SeverityLevel
Properties
value
Link copied to clipboard
abstract
val
value
:
String