@Generated(value="software.amazon.awssdk:codegen") public final class WorkflowExecutionAlreadyStartedException extends SwfException implements ToCopyableBuilder<WorkflowExecutionAlreadyStartedException.Builder,WorkflowExecutionAlreadyStartedException>
Returned by StartWorkflowExecution when an open execution with the same workflowId is already running in the specified domain.
| Modifier and Type | Class and Description |
|---|---|
static interface |
WorkflowExecutionAlreadyStartedException.Builder |
| Modifier and Type | Method and Description |
|---|---|
static WorkflowExecutionAlreadyStartedException.Builder |
builder() |
List<SdkField<?>> |
sdkFields() |
static Class<? extends WorkflowExecutionAlreadyStartedException.Builder> |
serializableBuilderClass() |
WorkflowExecutionAlreadyStartedException.Builder |
toBuilder() |
awsErrorDetails, getMessage, isClockSkewException, isThrottlingExceptionextendedRequestId, requestId, statusCodecreate, retryableaddSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringclone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitcopyequalsBySdkFieldspublic WorkflowExecutionAlreadyStartedException.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<WorkflowExecutionAlreadyStartedException.Builder,WorkflowExecutionAlreadyStartedException>toBuilder in class SwfExceptionpublic static WorkflowExecutionAlreadyStartedException.Builder builder()
public static Class<? extends WorkflowExecutionAlreadyStartedException.Builder> serializableBuilderClass()
Copyright © 2021. All rights reserved.