toggle menu
AWS SDK for Kotlin
1.0.65
common
switch theme
qconnect
/
aws.sdk.kotlin.services.qconnect.model
/
ImportJobStatus
Import
Job
Status
sealed
class
ImportJobStatus
Inheritors
Complete
Deleted
DeleteFailed
DeleteInProgress
Failed
StartInProgress
SdkUnknown
Members
Types
Companion
Link copied to clipboard
object
Companion
Complete
Link copied to clipboard
object
Complete
:
ImportJobStatus
Deleted
Link copied to clipboard
object
Deleted
:
ImportJobStatus
Delete
Failed
Link copied to clipboard
object
DeleteFailed
:
ImportJobStatus
Delete
In
Progress
Link copied to clipboard
object
DeleteInProgress
:
ImportJobStatus
Failed
Link copied to clipboard
object
Failed
:
ImportJobStatus
Sdk
Unknown
Link copied to clipboard
data
class
SdkUnknown
(
val
value
:
String
)
:
ImportJobStatus
Start
In
Progress
Link copied to clipboard
object
StartInProgress
:
ImportJobStatus
Properties
value
Link copied to clipboard
abstract
val
value
:
String