AWS SDK for Kotlin
Toggle table of contents
1.4.124
common
Platform filter
common
Switch theme
Skip to content
AWS SDK for Kotlin
cloudformation
/
aws.sdk.kotlin.services.cloudformation.model
/
StackRefactorExecutionStatus
Stack
Refactor
Execution
Status
sealed
class
StackRefactorExecutionStatus
Inheritors
Available
ExecuteComplete
ExecuteFailed
ExecuteInProgress
Obsolete
RollbackComplete
RollbackFailed
RollbackInProgress
Unavailable
SdkUnknown
Members
Types
Available
Link copied to clipboard
object
Available
:
StackRefactorExecutionStatus
Companion
Link copied to clipboard
object
Companion
Execute
Complete
Link copied to clipboard
object
ExecuteComplete
:
StackRefactorExecutionStatus
Execute
Failed
Link copied to clipboard
object
ExecuteFailed
:
StackRefactorExecutionStatus
Execute
In
Progress
Link copied to clipboard
object
ExecuteInProgress
:
StackRefactorExecutionStatus
Obsolete
Link copied to clipboard
object
Obsolete
:
StackRefactorExecutionStatus
Rollback
Complete
Link copied to clipboard
object
RollbackComplete
:
StackRefactorExecutionStatus
Rollback
Failed
Link copied to clipboard
object
RollbackFailed
:
StackRefactorExecutionStatus
Rollback
In
Progress
Link copied to clipboard
object
RollbackInProgress
:
StackRefactorExecutionStatus
Sdk
Unknown
Link copied to clipboard
data
class
SdkUnknown
(
val
value
:
String
)
:
StackRefactorExecutionStatus
Unavailable
Link copied to clipboard
object
Unavailable
:
StackRefactorExecutionStatus
Properties
value
Link copied to clipboard
abstract
val
value
:
String