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
/
StackRefactorStatus
Stack
Refactor
Status
sealed
class
StackRefactorStatus
Inheritors
CreateComplete
CreateFailed
CreateInProgress
DeleteComplete
DeleteFailed
DeleteInProgress
SdkUnknown
Members
Types
Companion
Link copied to clipboard
object
Companion
Create
Complete
Link copied to clipboard
object
CreateComplete
:
StackRefactorStatus
Create
Failed
Link copied to clipboard
object
CreateFailed
:
StackRefactorStatus
Create
In
Progress
Link copied to clipboard
object
CreateInProgress
:
StackRefactorStatus
Delete
Complete
Link copied to clipboard
object
DeleteComplete
:
StackRefactorStatus
Delete
Failed
Link copied to clipboard
object
DeleteFailed
:
StackRefactorStatus
Delete
In
Progress
Link copied to clipboard
object
DeleteInProgress
:
StackRefactorStatus
Sdk
Unknown
Link copied to clipboard
data
class
SdkUnknown
(
val
value
:
String
)
:
StackRefactorStatus
Properties
value
Link copied to clipboard
abstract
val
value
:
String