AWS SDK for Kotlin
Toggle table of contents
1.5.45
common
Platform filter
common
Switch theme
Skip to content
AWS SDK for Kotlin
workspaces
/
aws.sdk.kotlin.services.workspaces.model
/
CustomWorkspaceImageImportState
Custom
Workspace
Image
Import
State
sealed
class
CustomWorkspaceImageImportState
Inheritors
Completed
Error
InProgress
Pending
SdkUnknown
Members
Types
Companion
Link copied to clipboard
object
Companion
Completed
Link copied to clipboard
object
Completed
:
CustomWorkspaceImageImportState
Error
Link copied to clipboard
object
Error
:
CustomWorkspaceImageImportState
In
Progress
Link copied to clipboard
object
InProgress
:
CustomWorkspaceImageImportState
Pending
Link copied to clipboard
object
Pending
:
CustomWorkspaceImageImportState
Sdk
Unknown
Link copied to clipboard
data
class
SdkUnknown
(
val
value
:
String
)
:
CustomWorkspaceImageImportState
Properties
value
Link copied to clipboard
abstract
val
value
:
String