AWS SDK for Kotlin
Toggle table of contents
1.4.124
common
Platform filter
common
Switch theme
Skip to content
AWS SDK for Kotlin
ecs
/
aws.sdk.kotlin.services.ecs.model
/
ServiceDeploymentStatus
Service
Deployment
Status
sealed
class
ServiceDeploymentStatus
Inheritors
InProgress
Pending
RollbackFailed
RollbackInProgress
RollbackRequested
RollbackSuccessful
Stopped
StopRequested
Successful
SdkUnknown
Members
Types
Companion
Link copied to clipboard
object
Companion
In
Progress
Link copied to clipboard
object
InProgress
:
ServiceDeploymentStatus
Pending
Link copied to clipboard
object
Pending
:
ServiceDeploymentStatus
Rollback
Failed
Link copied to clipboard
object
RollbackFailed
:
ServiceDeploymentStatus
Rollback
In
Progress
Link copied to clipboard
object
RollbackInProgress
:
ServiceDeploymentStatus
Rollback
Requested
Link copied to clipboard
object
RollbackRequested
:
ServiceDeploymentStatus
Rollback
Successful
Link copied to clipboard
object
RollbackSuccessful
:
ServiceDeploymentStatus
Sdk
Unknown
Link copied to clipboard
data
class
SdkUnknown
(
val
value
:
String
)
:
ServiceDeploymentStatus
Stopped
Link copied to clipboard
object
Stopped
:
ServiceDeploymentStatus
Stop
Requested
Link copied to clipboard
object
StopRequested
:
ServiceDeploymentStatus
Successful
Link copied to clipboard
object
Successful
:
ServiceDeploymentStatus
Properties
value
Link copied to clipboard
abstract
val
value
:
String