toggle menu
AWS SDK for Kotlin
1.0.65
common
switch theme
nimble
/
aws.sdk.kotlin.services.nimble.model
/
StreamingImageState
Streaming
Image
State
sealed
class
StreamingImageState
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
:
StreamingImageState
Create
In
Progress
Link copied to clipboard
object
CreateInProgress
:
StreamingImageState
Deleted
Link copied to clipboard
object
Deleted
:
StreamingImageState
Delete
Failed
Link copied to clipboard
object
DeleteFailed
:
StreamingImageState
Delete
In
Progress
Link copied to clipboard
object
DeleteInProgress
:
StreamingImageState
Ready
Link copied to clipboard
object
Ready
:
StreamingImageState
Sdk
Unknown
Link copied to clipboard
data
class
SdkUnknown
(
val
value
:
String
)
:
StreamingImageState
Update
Failed
Link copied to clipboard
object
UpdateFailed
:
StreamingImageState
Update
In
Progress
Link copied to clipboard
object
UpdateInProgress
:
StreamingImageState
Properties
value
Link copied to clipboard
abstract
val
value
:
String