AWS SDK for Kotlin
Toggle table of contents
1.5.1
common
Platform filter
common
Switch theme
Skip to content
AWS SDK for Kotlin
deadline
/
aws.sdk.kotlin.services.deadline.model
/
WorkerStatus
Worker
Status
sealed
class
WorkerStatus
Inheritors
Created
Idle
NotCompatible
NotResponding
Running
Started
Stopped
Stopping
SdkUnknown
Members
Types
Companion
Link copied to clipboard
object
Companion
Created
Link copied to clipboard
object
Created
:
WorkerStatus
Idle
Link copied to clipboard
object
Idle
:
WorkerStatus
Not
Compatible
Link copied to clipboard
object
NotCompatible
:
WorkerStatus
Not
Responding
Link copied to clipboard
object
NotResponding
:
WorkerStatus
Running
Link copied to clipboard
object
Running
:
WorkerStatus
Sdk
Unknown
Link copied to clipboard
data
class
SdkUnknown
(
val
value
:
String
)
:
WorkerStatus
Started
Link copied to clipboard
object
Started
:
WorkerStatus
Stopped
Link copied to clipboard
object
Stopped
:
WorkerStatus
Stopping
Link copied to clipboard
object
Stopping
:
WorkerStatus
Properties
value
Link copied to clipboard
abstract
val
value
:
String