@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class DefaultUndefinedException extends AmazonSimpleWorkflowException
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.
AmazonServiceException.ErrorType
Constructor and Description |
---|
DefaultUndefinedException(String message)
Constructs a new DefaultUndefinedException with the specified error message.
|
getErrorCode, getErrorMessage, getErrorType, getHttpHeaders, getMessage, getRawResponse, getRawResponseContent, getRequestId, getServiceName, getStatusCode, setErrorCode, setErrorMessage, setErrorType, setHttpHeaders, setRawResponse, setRawResponseContent, setRequestId, setServiceName, setStatusCode
isRetryable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
public DefaultUndefinedException(String message)
message
- Describes the error encountered.Copyright © 2013 Amazon Web Services, Inc. All Rights Reserved.