AWS SDK for Kotlin
Toggle table of contents
1.5.0
common
Platform filter
common
Switch theme
Skip to content
AWS SDK for Kotlin
omics
/
aws.sdk.kotlin.services.omics.model
/
ReadSetImportJobStatus
Read
Set
Import
Job
Status
sealed
class
ReadSetImportJobStatus
Inheritors
Cancelled
Cancelling
Completed
CompletedWithFailures
Failed
InProgress
Submitted
SdkUnknown
Members
Types
Cancelled
Link copied to clipboard
object
Cancelled
:
ReadSetImportJobStatus
Cancelling
Link copied to clipboard
object
Cancelling
:
ReadSetImportJobStatus
Companion
Link copied to clipboard
object
Companion
Completed
Link copied to clipboard
object
Completed
:
ReadSetImportJobStatus
Completed
With
Failures
Link copied to clipboard
object
CompletedWithFailures
:
ReadSetImportJobStatus
Failed
Link copied to clipboard
object
Failed
:
ReadSetImportJobStatus
In
Progress
Link copied to clipboard
object
InProgress
:
ReadSetImportJobStatus
Sdk
Unknown
Link copied to clipboard
data
class
SdkUnknown
(
val
value
:
String
)
:
ReadSetImportJobStatus
Submitted
Link copied to clipboard
object
Submitted
:
ReadSetImportJobStatus
Properties
value
Link copied to clipboard
abstract
val
value
:
String