AWS SDK for Kotlin
Toggle table of contents
1.5.1
common
Platform filter
common
Switch theme
Skip to content
AWS SDK for Kotlin
greengrassv2
/
aws.sdk.kotlin.services.greengrassv2.model
/
EffectiveDeploymentExecutionStatus
Effective
Deployment
Execution
Status
sealed
class
EffectiveDeploymentExecutionStatus
Inheritors
Canceled
Completed
Failed
InProgress
Queued
Rejected
Succeeded
TimedOut
SdkUnknown
Members
Types
Canceled
Link copied to clipboard
object
Canceled
:
EffectiveDeploymentExecutionStatus
Companion
Link copied to clipboard
object
Companion
Completed
Link copied to clipboard
object
Completed
:
EffectiveDeploymentExecutionStatus
Failed
Link copied to clipboard
object
Failed
:
EffectiveDeploymentExecutionStatus
In
Progress
Link copied to clipboard
object
InProgress
:
EffectiveDeploymentExecutionStatus
Queued
Link copied to clipboard
object
Queued
:
EffectiveDeploymentExecutionStatus
Rejected
Link copied to clipboard
object
Rejected
:
EffectiveDeploymentExecutionStatus
Sdk
Unknown
Link copied to clipboard
data
class
SdkUnknown
(
val
value
:
String
)
:
EffectiveDeploymentExecutionStatus
Succeeded
Link copied to clipboard
object
Succeeded
:
EffectiveDeploymentExecutionStatus
Timed
Out
Link copied to clipboard
object
TimedOut
:
EffectiveDeploymentExecutionStatus
Properties
value
Link copied to clipboard
abstract
val
value
:
String