toggle menu
AWS SDK for Kotlin
1.0.65
common
switch theme
lightsail
/
aws.sdk.kotlin.services.lightsail.model
/
InstanceHealthReason
Instance
Health
Reason
sealed
class
InstanceHealthReason
Inheritors
InstanceDeregistrationInProgress
InstanceFailedHealthChecks
InstanceInvalidState
InstanceIpUnusable
InstanceNotInUse
InstanceNotRegistered
InstanceResponseCodeMismatch
InstanceTimeout
LbInitialHealthChecking
LbInternalError
LbRegistrationInProgress
SdkUnknown
Members
Types
Companion
Link copied to clipboard
object
Companion
Instance
Deregistration
In
Progress
Link copied to clipboard
object
InstanceDeregistrationInProgress
:
InstanceHealthReason
Instance
Failed
Health
Checks
Link copied to clipboard
object
InstanceFailedHealthChecks
:
InstanceHealthReason
Instance
Invalid
State
Link copied to clipboard
object
InstanceInvalidState
:
InstanceHealthReason
Instance
Ip
Unusable
Link copied to clipboard
object
InstanceIpUnusable
:
InstanceHealthReason
Instance
Not
In
Use
Link copied to clipboard
object
InstanceNotInUse
:
InstanceHealthReason
Instance
Not
Registered
Link copied to clipboard
object
InstanceNotRegistered
:
InstanceHealthReason
Instance
Response
Code
Mismatch
Link copied to clipboard
object
InstanceResponseCodeMismatch
:
InstanceHealthReason
Instance
Timeout
Link copied to clipboard
object
InstanceTimeout
:
InstanceHealthReason
Lb
Initial
Health
Checking
Link copied to clipboard
object
LbInitialHealthChecking
:
InstanceHealthReason
Lb
Internal
Error
Link copied to clipboard
object
LbInternalError
:
InstanceHealthReason
Lb
Registration
In
Progress
Link copied to clipboard
object
LbRegistrationInProgress
:
InstanceHealthReason
Sdk
Unknown
Link copied to clipboard
data
class
SdkUnknown
(
val
value
:
String
)
:
InstanceHealthReason
Properties
value
Link copied to clipboard
abstract
val
value
:
String