AWS SDK for Kotlin
1.5.3
      Platform filter
Skip to content
    AWS SDK for Kotlin
swf/aws.sdk.kotlin.services.swf.model/SignalExternalWorkflowExecutionFailedCause

SignalExternalWorkflowExecutionFailedCause

sealed class SignalExternalWorkflowExecutionFailedCause

Inheritors

OperationNotPermitted
SignalExternalWorkflowExecutionRateExceeded
UnknownExternalWorkflowExecution
SdkUnknown

Types

Companion
Link copied to clipboard
object Companion
OperationNotPermitted
Link copied to clipboard
object OperationNotPermitted : SignalExternalWorkflowExecutionFailedCause
SdkUnknown
Link copied to clipboard
data class SdkUnknown(val value: String) : SignalExternalWorkflowExecutionFailedCause
SignalExternalWorkflowExecutionRateExceeded
Link copied to clipboard
object SignalExternalWorkflowExecutionRateExceeded : SignalExternalWorkflowExecutionFailedCause
UnknownExternalWorkflowExecution
Link copied to clipboard
object UnknownExternalWorkflowExecution : SignalExternalWorkflowExecutionFailedCause

Properties

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