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

RequestCancelExternalWorkflowExecutionFailedCause

sealed class RequestCancelExternalWorkflowExecutionFailedCause

Inheritors

OperationNotPermitted
RequestCancelExternalWorkflowExecutionRateExceeded
UnknownExternalWorkflowExecution
SdkUnknown

Types

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

Properties

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