AWS SDK for Kotlin
Toggle table of contents
1.5.0
common
Platform filter
common
Switch theme
Skip to content
AWS SDK for Kotlin
datazone
/
aws.sdk.kotlin.services.datazone.model
/
JobRunStatus
Job
Run
Status
sealed
class
JobRunStatus
Inheritors
Aborted
Canceled
Failed
InProgress
PartiallySucceeded
Scheduled
Success
TimedOut
SdkUnknown
Members
Types
Aborted
Link copied to clipboard
object
Aborted
:
JobRunStatus
Canceled
Link copied to clipboard
object
Canceled
:
JobRunStatus
Companion
Link copied to clipboard
object
Companion
Failed
Link copied to clipboard
object
Failed
:
JobRunStatus
In
Progress
Link copied to clipboard
object
InProgress
:
JobRunStatus
Partially
Succeeded
Link copied to clipboard
object
PartiallySucceeded
:
JobRunStatus
Scheduled
Link copied to clipboard
object
Scheduled
:
JobRunStatus
Sdk
Unknown
Link copied to clipboard
data
class
SdkUnknown
(
val
value
:
String
)
:
JobRunStatus
Success
Link copied to clipboard
object
Success
:
JobRunStatus
Timed
Out
Link copied to clipboard
object
TimedOut
:
JobRunStatus
Properties
value
Link copied to clipboard
abstract
val
value
:
String