Class SwfException
- Exception
-
RuntimeException
-
Aws\Exception\AwsException implements Aws\MonitoringEventsInterface, Aws\ResponseContainerInterface, ArrayAccess uses Aws\HasDataTrait, Aws\HasMonitoringEventsTrait
-
Aws\Swf\Exception\SwfException
- Namespace: Aws\Swf\Exception
- Located at Swf/Exception/SwfException.php
Represents an error interacting with the Amazon Simple Workflow Service.
Methods Summary
Methods inherited from Aws\Exception\AwsException
__construct()
,
__toString()
,
get()
,
getAwsErrorCode()
,
getAwsErrorMessage()
,
getAwsErrorShape()
,
getAwsErrorType()
,
getAwsRequestId()
,
getCommand()
,
getRequest()
,
getResponse()
,
getResult()
,
getStatusCode()
,
getTransferInfo()
,
hasKey()
,
isConnectionError()
,
isMaxRetriesExceeded()
,
search()
,
setMaxRetriesExceeded()
,
setTransferInfo()
Methods inherited from Exception
__wakeup()
,
getCode()
,
getFile()
,
getLine()
,
getMessage()
,
getPrevious()
,
getTrace()
,
getTraceAsString()
Methods inherited from ArrayAccess
offsetExists()
,
offsetGet()
,
offsetSet()
,
offsetUnset()
Methods inherited from Aws\MonitoringEventsInterface
Methods used from Aws\HasDataTrait
Methods used from Aws\HasMonitoringEventsTrait
Expected Exception Codes
DefaultUndefinedFault
[ 'message' => '<string>', ]
Description
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.
Members
- message
-
- Type: string
DomainAlreadyExistsFault
[ 'message' => '<string>', ]
Description
Returned if the domain already exists. You may get this fault if you are registering a domain that is either already registered or deprecated, or if you undeprecate a domain that is currently registered.
Members
- message
-
- Type: string
A description that may help with diagnosing the cause of the fault.
DomainDeprecatedFault
[ 'message' => '<string>', ]
Description
Returned when the specified domain has been deprecated.
Members
- message
-
- Type: string
A description that may help with diagnosing the cause of the fault.
LimitExceededFault
[ 'message' => '<string>', ]
Description
Returned by any operation if a system imposed limitation has been reached. To address this fault you should either clean up unused resources or increase the limit by contacting AWS.
Members
- message
-
- Type: string
A description that may help with diagnosing the cause of the fault.
OperationNotPermittedFault
[ 'message' => '<string>', ]
Description
Returned when the caller doesn't have sufficient permissions to invoke the action.
Members
- message
-
- Type: string
A description that may help with diagnosing the cause of the fault.
TooManyTagsFault
[ 'message' => '<string>', ]
Description
You've exceeded the number of tags allowed for a domain.
Members
- message
-
- Type: string
TypeAlreadyExistsFault
[ 'message' => '<string>', ]
Description
Returned if the type already exists in the specified domain. You may get this fault if you are registering a type that is either already registered or deprecated, or if you undeprecate a type that is currently registered.
Members
- message
-
- Type: string
A description that may help with diagnosing the cause of the fault.
TypeDeprecatedFault
[ 'message' => '<string>', ]
Description
Returned when the specified activity or workflow type was already deprecated.
Members
- message
-
- Type: string
A description that may help with diagnosing the cause of the fault.
UnknownResourceFault
[ 'message' => '<string>', ]
Description
Returned when the named resource cannot be found with in the scope of this operation (region or domain). This could happen if the named resource was never created or is no longer available for this operation.
Members
- message
-
- Type: string
A description that may help with diagnosing the cause of the fault.
WorkflowExecutionAlreadyStartedFault
[ 'message' => '<string>', ]
Description
Returned by StartWorkflowExecution when an open execution with the same workflowId is already running in the specified domain.
Members
- message
-
- Type: string
A description that may help with diagnosing the cause of the fault.