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