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
/
GeneratedTemplateStatus
Generated
Template
Status
sealed
class
GeneratedTemplateStatus
Inheritors
Complete
CreateInProgress
CreatePending
DeleteInProgress
DeletePending
Failed
UpdateInProgress
UpdatePending
SdkUnknown
Members
Types
Companion
Link copied to clipboard
object
Companion
Complete
Link copied to clipboard
object
Complete
:
GeneratedTemplateStatus
Create
In
Progress
Link copied to clipboard
object
CreateInProgress
:
GeneratedTemplateStatus
Create
Pending
Link copied to clipboard
object
CreatePending
:
GeneratedTemplateStatus
Delete
In
Progress
Link copied to clipboard
object
DeleteInProgress
:
GeneratedTemplateStatus
Delete
Pending
Link copied to clipboard
object
DeletePending
:
GeneratedTemplateStatus
Failed
Link copied to clipboard
object
Failed
:
GeneratedTemplateStatus
Sdk
Unknown
Link copied to clipboard
data
class
SdkUnknown
(
val
value
:
String
)
:
GeneratedTemplateStatus
Update
In
Progress
Link copied to clipboard
object
UpdateInProgress
:
GeneratedTemplateStatus
Update
Pending
Link copied to clipboard
object
UpdatePending
:
GeneratedTemplateStatus
Properties
value
Link copied to clipboard
abstract
val
value
:
String