toggle menu
AWS SDK for Kotlin
1.0.65
common
switch theme
honeycode
/
aws.sdk.kotlin.services.honeycode.model
/
TableDataImportJobStatus
Table
Data
Import
Job
Status
sealed
class
TableDataImportJobStatus
Inheritors
Completed
Failed
InProgress
Submitted
SdkUnknown
Members
Types
Companion
Link copied to clipboard
object
Companion
Completed
Link copied to clipboard
object
Completed
:
TableDataImportJobStatus
Failed
Link copied to clipboard
object
Failed
:
TableDataImportJobStatus
In
Progress
Link copied to clipboard
object
InProgress
:
TableDataImportJobStatus
Sdk
Unknown
Link copied to clipboard
data
class
SdkUnknown
(
val
value
:
String
)
:
TableDataImportJobStatus
Submitted
Link copied to clipboard
object
Submitted
:
TableDataImportJobStatus
Properties
value
Link copied to clipboard
abstract
val
value
:
String