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