toggle menu
AWS SDK for Kotlin
1.0.65
common
switch theme
nimble
/
aws.sdk.kotlin.services.nimble.model
/
LaunchProfileState
Launch
Profile
State
sealed
class
LaunchProfileState
Inheritors
CreateFailed
CreateInProgress
Deleted
DeleteFailed
DeleteInProgress
Ready
UpdateFailed
UpdateInProgress
SdkUnknown
Members
Types
Companion
Link copied to clipboard
object
Companion
Create
Failed
Link copied to clipboard
object
CreateFailed
:
LaunchProfileState
Create
In
Progress
Link copied to clipboard
object
CreateInProgress
:
LaunchProfileState
Deleted
Link copied to clipboard
object
Deleted
:
LaunchProfileState
Delete
Failed
Link copied to clipboard
object
DeleteFailed
:
LaunchProfileState
Delete
In
Progress
Link copied to clipboard
object
DeleteInProgress
:
LaunchProfileState
Ready
Link copied to clipboard
object
Ready
:
LaunchProfileState
Sdk
Unknown
Link copied to clipboard
data
class
SdkUnknown
(
val
value
:
String
)
:
LaunchProfileState
Update
Failed
Link copied to clipboard
object
UpdateFailed
:
LaunchProfileState
Update
In
Progress
Link copied to clipboard
object
UpdateInProgress
:
LaunchProfileState
Properties
value
Link copied to clipboard
abstract
val
value
:
String