AWS SDK for Kotlin
Toggle table of contents
1.5.1
common
Platform filter
common
Switch theme
Skip to content
AWS SDK for Kotlin
swf
/
aws.sdk.kotlin.services.swf.model
/
CancelWorkflowExecutionFailedCause
Cancel
Workflow
Execution
Failed
Cause
sealed
class
CancelWorkflowExecutionFailedCause
Inheritors
OperationNotPermitted
UnhandledDecision
SdkUnknown
Members
Types
Companion
Link copied to clipboard
object
Companion
Operation
Not
Permitted
Link copied to clipboard
object
OperationNotPermitted
:
CancelWorkflowExecutionFailedCause
Sdk
Unknown
Link copied to clipboard
data
class
SdkUnknown
(
val
value
:
String
)
:
CancelWorkflowExecutionFailedCause
Unhandled
Decision
Link copied to clipboard
object
UnhandledDecision
:
CancelWorkflowExecutionFailedCause
Properties
value
Link copied to clipboard
abstract
val
value
:
String