AWS SDK for Kotlin
1.0.65
swf/aws.sdk.kotlin.services.swf.model/ContinueAsNewWorkflowExecutionFailedCause

ContinueAsNewWorkflowExecutionFailedCause

sealed class ContinueAsNewWorkflowExecutionFailedCause

Inheritors

ContinueAsNewWorkflowExecutionRateExceeded
DefaultChildPolicyUndefined
DefaultExecutionStartToCloseTimeoutUndefined
DefaultTaskListUndefined
DefaultTaskStartToCloseTimeoutUndefined
OperationNotPermitted
UnhandledDecision
WorkflowTypeDeprecated
WorkflowTypeDoesNotExist
SdkUnknown

Types

Companion
Link copied to clipboard
object Companion
ContinueAsNewWorkflowExecutionRateExceeded
Link copied to clipboard
object ContinueAsNewWorkflowExecutionRateExceeded : ContinueAsNewWorkflowExecutionFailedCause
DefaultChildPolicyUndefined
Link copied to clipboard
object DefaultChildPolicyUndefined : ContinueAsNewWorkflowExecutionFailedCause
DefaultExecutionStartToCloseTimeoutUndefined
Link copied to clipboard
object DefaultExecutionStartToCloseTimeoutUndefined : ContinueAsNewWorkflowExecutionFailedCause
DefaultTaskListUndefined
Link copied to clipboard
object DefaultTaskListUndefined : ContinueAsNewWorkflowExecutionFailedCause
DefaultTaskStartToCloseTimeoutUndefined
Link copied to clipboard
object DefaultTaskStartToCloseTimeoutUndefined : ContinueAsNewWorkflowExecutionFailedCause
OperationNotPermitted
Link copied to clipboard
object OperationNotPermitted : ContinueAsNewWorkflowExecutionFailedCause
SdkUnknown
Link copied to clipboard
data class SdkUnknown(val value: String) : ContinueAsNewWorkflowExecutionFailedCause
UnhandledDecision
Link copied to clipboard
object UnhandledDecision : ContinueAsNewWorkflowExecutionFailedCause
WorkflowTypeDeprecated
Link copied to clipboard
object WorkflowTypeDeprecated : ContinueAsNewWorkflowExecutionFailedCause
WorkflowTypeDoesNotExist
Link copied to clipboard
object WorkflowTypeDoesNotExist : ContinueAsNewWorkflowExecutionFailedCause

Properties

value
Link copied to clipboard
abstract val value: String
© 2024, Amazon Web Services, Inc. or its affiliates. All rights reserved.Generated by dokka