Module aws_sdk_swf::error

source ·
Expand description

All error types that operations can return. Documentation on these types is copied from the model.

Modules

Structs

Error type for the CountClosedWorkflowExecutions operation.
Error type for the CountOpenWorkflowExecutions operation.
Error type for the CountPendingActivityTasks operation.
Error type for the CountPendingDecisionTasks operation.

The StartWorkflowExecution API action was called without the required parameters set.

Error type for the DeprecateActivityType operation.
Error type for the DeprecateDomain operation.
Error type for the DeprecateWorkflowType operation.
Error type for the DescribeActivityType operation.
Error type for the DescribeDomain operation.
Error type for the DescribeWorkflowExecution operation.
Error type for the DescribeWorkflowType operation.

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.

Returned when the specified domain has been deprecated.

Error type for the GetWorkflowExecutionHistory operation.

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.

Error type for the ListActivityTypes operation.
Error type for the ListClosedWorkflowExecutions operation.
Error type for the ListDomains operation.
Error type for the ListOpenWorkflowExecutions operation.
Error type for the ListTagsForResource operation.
Error type for the ListWorkflowTypes operation.

Returned when the caller doesn't have sufficient permissions to invoke the action.

Error type for the PollForActivityTask operation.
Error type for the PollForDecisionTask operation.
Error type for the RecordActivityTaskHeartbeat operation.
Error type for the RegisterActivityType operation.
Error type for the RegisterDomain operation.
Error type for the RegisterWorkflowType operation.
Error type for the RequestCancelWorkflowExecution operation.
Error type for the RespondActivityTaskCanceled operation.
Error type for the RespondActivityTaskCompleted operation.
Error type for the RespondActivityTaskFailed operation.
Error type for the RespondDecisionTaskCompleted operation.
Error type for the SignalWorkflowExecution operation.
Error type for the StartWorkflowExecution operation.
Error type for the TagResource operation.
Error type for the TerminateWorkflowExecution operation.

You've exceeded the number of tags allowed for a domain.

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.

Returned when the specified activity or workflow type was already deprecated.

Error type for the UndeprecateActivityType operation.
Error type for the UndeprecateDomain operation.
Error type for the UndeprecateWorkflowType operation.
An unexpected error occurred (e.g., invalid JSON returned by the service or an unknown error code).

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.

Error type for the UntagResource operation.

Returned by StartWorkflowExecution when an open execution with the same workflowId is already running in the specified domain.

Enums

Types of errors that can occur for the CountClosedWorkflowExecutions operation.
Types of errors that can occur for the CountOpenWorkflowExecutions operation.
Types of errors that can occur for the CountPendingActivityTasks operation.
Types of errors that can occur for the CountPendingDecisionTasks operation.
Types of errors that can occur for the DeprecateActivityType operation.
Types of errors that can occur for the DeprecateDomain operation.
Types of errors that can occur for the DeprecateWorkflowType operation.
Types of errors that can occur for the DescribeActivityType operation.
Types of errors that can occur for the DescribeDomain operation.
Types of errors that can occur for the DescribeWorkflowExecution operation.
Types of errors that can occur for the DescribeWorkflowType operation.
Types of errors that can occur for the GetWorkflowExecutionHistory operation.
Types of errors that can occur for the ListActivityTypes operation.
Types of errors that can occur for the ListClosedWorkflowExecutions operation.
Types of errors that can occur for the ListDomains operation.
Types of errors that can occur for the ListOpenWorkflowExecutions operation.
Types of errors that can occur for the ListTagsForResource operation.
Types of errors that can occur for the ListWorkflowTypes operation.
Types of errors that can occur for the PollForActivityTask operation.
Types of errors that can occur for the PollForDecisionTask operation.
Types of errors that can occur for the RecordActivityTaskHeartbeat operation.
Types of errors that can occur for the RegisterActivityType operation.
Types of errors that can occur for the RegisterDomain operation.
Types of errors that can occur for the RegisterWorkflowType operation.
Types of errors that can occur for the RequestCancelWorkflowExecution operation.
Types of errors that can occur for the RespondActivityTaskCanceled operation.
Types of errors that can occur for the RespondActivityTaskCompleted operation.
Types of errors that can occur for the RespondActivityTaskFailed operation.
Types of errors that can occur for the RespondDecisionTaskCompleted operation.
Types of errors that can occur for the SignalWorkflowExecution operation.
Types of errors that can occur for the StartWorkflowExecution operation.
Types of errors that can occur for the TagResource operation.
Types of errors that can occur for the TerminateWorkflowExecution operation.
Types of errors that can occur for the UndeprecateActivityType operation.
Types of errors that can occur for the UndeprecateDomain operation.
Types of errors that can occur for the UndeprecateWorkflowType operation.
Types of errors that can occur for the UntagResource operation.