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