toggle menu
AWS SDK for Kotlin
1.0.65
common
switch theme
swf
/
aws.sdk.kotlin.services.swf.model
/
ContinueAsNewWorkflowExecutionFailedCause
Continue
As
New
Workflow
Execution
Failed
Cause
sealed
class
ContinueAsNewWorkflowExecutionFailedCause
Inheritors
ContinueAsNewWorkflowExecutionRateExceeded
DefaultChildPolicyUndefined
DefaultExecutionStartToCloseTimeoutUndefined
DefaultTaskListUndefined
DefaultTaskStartToCloseTimeoutUndefined
OperationNotPermitted
UnhandledDecision
WorkflowTypeDeprecated
WorkflowTypeDoesNotExist
SdkUnknown
Members
Types
Companion
Link copied to clipboard
object
Companion
Continue
As
New
Workflow
Execution
Rate
Exceeded
Link copied to clipboard
object
ContinueAsNewWorkflowExecutionRateExceeded
:
ContinueAsNewWorkflowExecutionFailedCause
Default
Child
Policy
Undefined
Link copied to clipboard
object
DefaultChildPolicyUndefined
:
ContinueAsNewWorkflowExecutionFailedCause
Default
Execution
Start
To
Close
Timeout
Undefined
Link copied to clipboard
object
DefaultExecutionStartToCloseTimeoutUndefined
:
ContinueAsNewWorkflowExecutionFailedCause
Default
Task
List
Undefined
Link copied to clipboard
object
DefaultTaskListUndefined
:
ContinueAsNewWorkflowExecutionFailedCause
Default
Task
Start
To
Close
Timeout
Undefined
Link copied to clipboard
object
DefaultTaskStartToCloseTimeoutUndefined
:
ContinueAsNewWorkflowExecutionFailedCause
Operation
Not
Permitted
Link copied to clipboard
object
OperationNotPermitted
:
ContinueAsNewWorkflowExecutionFailedCause
Sdk
Unknown
Link copied to clipboard
data
class
SdkUnknown
(
val
value
:
String
)
:
ContinueAsNewWorkflowExecutionFailedCause
Unhandled
Decision
Link copied to clipboard
object
UnhandledDecision
:
ContinueAsNewWorkflowExecutionFailedCause
Workflow
Type
Deprecated
Link copied to clipboard
object
WorkflowTypeDeprecated
:
ContinueAsNewWorkflowExecutionFailedCause
Workflow
Type
Does
Not
Exist
Link copied to clipboard
object
WorkflowTypeDoesNotExist
:
ContinueAsNewWorkflowExecutionFailedCause
Properties
value
Link copied to clipboard
abstract
val
value
:
String