AWS SDK for Kotlin
Toggle table of contents
1.5.1
common
Platform filter
common
Switch theme
Skip to content
AWS SDK for Kotlin
s3tables
/
aws.sdk.kotlin.services.s3tables.model
/
JobStatus
Job
Status
sealed
class
JobStatus
Inheritors
Disabled
Failed
NotYetRun
Successful
SdkUnknown
Members
Types
Companion
Link copied to clipboard
object
Companion
Disabled
Link copied to clipboard
object
Disabled
:
JobStatus
Failed
Link copied to clipboard
object
Failed
:
JobStatus
Not
Yet
Run
Link copied to clipboard
object
NotYetRun
:
JobStatus
Sdk
Unknown
Link copied to clipboard
data
class
SdkUnknown
(
val
value
:
String
)
:
JobStatus
Successful
Link copied to clipboard
object
Successful
:
JobStatus
Properties
value
Link copied to clipboard
abstract
val
value
:
String