AWS SDK for Kotlin
Toggle table of contents
1.8.17
common
Platform filter
common
Switch theme
Skip to content
AWS SDK for Kotlin
iotsitewise
/
aws.sdk.kotlin.services.iotsitewise.model
/
ComputeNodeExecutionState
Compute
Node
Execution
State
sealed
class
ComputeNodeExecutionState
The state of an individual compute node execution.
Inheritors
Failed
NotStarted
Queued
Running
Succeeded
SdkUnknown
Members
Types
Companion
Link copied to clipboard
object
Companion
Failed
Link copied to clipboard
object
Failed
:
ComputeNodeExecutionState
Not
Started
Link copied to clipboard
object
NotStarted
:
ComputeNodeExecutionState
Queued
Link copied to clipboard
object
Queued
:
ComputeNodeExecutionState
Running
Link copied to clipboard
object
Running
:
ComputeNodeExecutionState
Sdk
Unknown
Link copied to clipboard
data
class
SdkUnknown
(
val
value
:
String
)
:
ComputeNodeExecutionState
Succeeded
Link copied to clipboard
object
Succeeded
:
ComputeNodeExecutionState
Properties
value
Link copied to clipboard
abstract
val
value
:
String