toggle menu
AWS SDK for Kotlin
1.0.65
common
switch theme
migrationhubrefactorspaces
/
aws.sdk.kotlin.services.migrationhubrefactorspaces.model
/
ServiceState
Service
State
sealed
class
ServiceState
Inheritors
Active
Creating
Deleting
Failed
SdkUnknown
Members
Types
Active
Link copied to clipboard
object
Active
:
ServiceState
Companion
Link copied to clipboard
object
Companion
Creating
Link copied to clipboard
object
Creating
:
ServiceState
Deleting
Link copied to clipboard
object
Deleting
:
ServiceState
Failed
Link copied to clipboard
object
Failed
:
ServiceState
Sdk
Unknown
Link copied to clipboard
data
class
SdkUnknown
(
val
value
:
String
)
:
ServiceState
Properties
value
Link copied to clipboard
abstract
val
value
:
String