AWS SDK for Kotlin
Toggle table of contents
1.4.125
common
Platform filter
common
Switch theme
Skip to content
AWS SDK for Kotlin
mediaconvert
/
aws.sdk.kotlin.services.mediaconvert.model
/
JobStatus
Job
Status
sealed
class
JobStatus
A job's status can be SUBMITTED, PROGRESSING, COMPLETE, CANCELED, or ERROR.
Inheritors
Canceled
Complete
Error
Progressing
Submitted
SdkUnknown
Members
Types
Canceled
Link copied to clipboard
object
Canceled
:
JobStatus
Companion
Link copied to clipboard
object
Companion
Complete
Link copied to clipboard
object
Complete
:
JobStatus
Error
Link copied to clipboard
object
Error
:
JobStatus
Progressing
Link copied to clipboard
object
Progressing
:
JobStatus
Sdk
Unknown
Link copied to clipboard
data
class
SdkUnknown
(
val
value
:
String
)
:
JobStatus
Submitted
Link copied to clipboard
object
Submitted
:
JobStatus
Properties
value
Link copied to clipboard
abstract
val
value
:
String