toggle menu
AWS SDK for Kotlin
1.0.65
common
switch theme
route53
/
aws.sdk.kotlin.services.route53.model
/
InsufficientDataHealthStatus
Insufficient
Data
Health
Status
sealed
class
InsufficientDataHealthStatus
Inheritors
Healthy
LastKnownStatus
Unhealthy
SdkUnknown
Members
Types
Companion
Link copied to clipboard
object
Companion
Healthy
Link copied to clipboard
object
Healthy
:
InsufficientDataHealthStatus
Last
Known
Status
Link copied to clipboard
object
LastKnownStatus
:
InsufficientDataHealthStatus
Sdk
Unknown
Link copied to clipboard
data
class
SdkUnknown
(
val
value
:
String
)
:
InsufficientDataHealthStatus
Unhealthy
Link copied to clipboard
object
Unhealthy
:
InsufficientDataHealthStatus
Properties
value
Link copied to clipboard
abstract
val
value
:
String