AWS SDK for Kotlin
Toggle table of contents
1.5.9
common
Platform filter
common
Switch theme
Skip to content
AWS SDK for Kotlin
batch
/
aws.sdk.kotlin.services.batch.model
/
ServiceJobStatus
Service
Job
Status
sealed
class
ServiceJobStatus
Inheritors
Failed
Pending
Runnable
Running
Scheduled
Starting
Submitted
Succeeded
SdkUnknown
Members
Types
Companion
Link copied to clipboard
object
Companion
Failed
Link copied to clipboard
object
Failed
:
ServiceJobStatus
Pending
Link copied to clipboard
object
Pending
:
ServiceJobStatus
Runnable
Link copied to clipboard
object
Runnable
:
ServiceJobStatus
Running
Link copied to clipboard
object
Running
:
ServiceJobStatus
Scheduled
Link copied to clipboard
object
Scheduled
:
ServiceJobStatus
Sdk
Unknown
Link copied to clipboard
data
class
SdkUnknown
(
val
value
:
String
)
:
ServiceJobStatus
Starting
Link copied to clipboard
object
Starting
:
ServiceJobStatus
Submitted
Link copied to clipboard
object
Submitted
:
ServiceJobStatus
Succeeded
Link copied to clipboard
object
Succeeded
:
ServiceJobStatus
Properties
value
Link copied to clipboard
abstract
val
value
:
String