toggle menu
AWS SDK for Kotlin
1.0.65
common
switch theme
swf
/
aws.sdk.kotlin.services.swf.model
/
CompleteWorkflowExecutionFailedCause
Complete
Workflow
Execution
Failed
Cause
sealed
class
CompleteWorkflowExecutionFailedCause
Inheritors
OperationNotPermitted
UnhandledDecision
SdkUnknown
Members
Types
Companion
Link copied to clipboard
object
Companion
Operation
Not
Permitted
Link copied to clipboard
object
OperationNotPermitted
:
CompleteWorkflowExecutionFailedCause
Sdk
Unknown
Link copied to clipboard
data
class
SdkUnknown
(
val
value
:
String
)
:
CompleteWorkflowExecutionFailedCause
Unhandled
Decision
Link copied to clipboard
object
UnhandledDecision
:
CompleteWorkflowExecutionFailedCause
Properties
value
Link copied to clipboard
abstract
val
value
:
String