@Generated(value="software.amazon.awssdk:codegen") public final class DefaultUndefinedException extends SwfException implements ToCopyableBuilder<DefaultUndefinedException.Builder,DefaultUndefinedException>
 The StartWorkflowExecution API action was called without the required parameters set.
 
 Some workflow execution parameters, such as the decision taskList, must be set to start the execution.
 However, these parameters might have been set as defaults when the workflow type was registered. In this case, you
 can omit these parameters from the StartWorkflowExecution call and Amazon SWF uses the values defined in
 the workflow type.
 
If these parameters aren't set and no default parameters were defined in the workflow type, this error is displayed.
| Modifier and Type | Class and Description | 
|---|---|
| static interface  | DefaultUndefinedException.Builder | 
| Modifier and Type | Method and Description | 
|---|---|
| static DefaultUndefinedException.Builder | builder() | 
| static Class<? extends DefaultUndefinedException.Builder> | serializableBuilderClass() | 
| DefaultUndefinedException.Builder | toBuilder()Create a  AwsServiceException.Builderinitialized with the properties of thisAwsServiceException. | 
awsErrorDetails, getMessage, isClockSkewException, isThrottlingExceptionrequestId, statusCoderetryableaddSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringequals, getClass, hashCode, notify, notifyAll, wait, wait, waitcopypublic DefaultUndefinedException.Builder toBuilder()
AwsServiceExceptionAwsServiceException.Builder initialized with the properties of this AwsServiceException.toBuilder in interface ToCopyableBuilder<DefaultUndefinedException.Builder,DefaultUndefinedException>toBuilder in class SwfExceptionpublic static DefaultUndefinedException.Builder builder()
public static Class<? extends DefaultUndefinedException.Builder> serializableBuilderClass()
Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.