toggle menu
AWS SDK for Kotlin
1.0.65
common
switch theme
swf
/
aws.sdk.kotlin.services.swf.model
/
RequestCancelExternalWorkflowExecutionFailedCause
Request
Cancel
External
Workflow
Execution
Failed
Cause
sealed
class
RequestCancelExternalWorkflowExecutionFailedCause
Inheritors
OperationNotPermitted
RequestCancelExternalWorkflowExecutionRateExceeded
UnknownExternalWorkflowExecution
SdkUnknown
Members
Types
Companion
Link copied to clipboard
object
Companion
Operation
Not
Permitted
Link copied to clipboard
object
OperationNotPermitted
:
RequestCancelExternalWorkflowExecutionFailedCause
Request
Cancel
External
Workflow
Execution
Rate
Exceeded
Link copied to clipboard
object
RequestCancelExternalWorkflowExecutionRateExceeded
:
RequestCancelExternalWorkflowExecutionFailedCause
Sdk
Unknown
Link copied to clipboard
data
class
SdkUnknown
(
val
value
:
String
)
:
RequestCancelExternalWorkflowExecutionFailedCause
Unknown
External
Workflow
Execution
Link copied to clipboard
object
UnknownExternalWorkflowExecution
:
RequestCancelExternalWorkflowExecutionFailedCause
Properties
value
Link copied to clipboard
abstract
val
value
:
String