AWS SDK for Kotlin
Toggle table of contents
1.5.0
common
Platform filter
common
Switch theme
Skip to content
AWS SDK for Kotlin
evidently
/
aws.sdk.kotlin.services.evidently.model
/
LaunchStatus
Launch
Status
sealed
class
LaunchStatus
Inheritors
Cancelled
Completed
Created
Running
Updating
SdkUnknown
Members
Types
Cancelled
Link copied to clipboard
object
Cancelled
:
LaunchStatus
Companion
Link copied to clipboard
object
Companion
Completed
Link copied to clipboard
object
Completed
:
LaunchStatus
Created
Link copied to clipboard
object
Created
:
LaunchStatus
Running
Link copied to clipboard
object
Running
:
LaunchStatus
Sdk
Unknown
Link copied to clipboard
data
class
SdkUnknown
(
val
value
:
String
)
:
LaunchStatus
Updating
Link copied to clipboard
object
Updating
:
LaunchStatus
Properties
value
Link copied to clipboard
abstract
val
value
:
String