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
CountClosedWorkflowExecutions operation.CountOpenWorkflowExecutions operation.CountPendingActivityTasks operation.CountPendingDecisionTasks operation.The StartWorkflowExecution API action was called without the required parameters set.
DeprecateActivityType operation.DeprecateDomain operation.DeprecateWorkflowType operation.DescribeActivityType operation.DescribeDomain operation.DescribeWorkflowExecution operation.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.
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.
ListActivityTypes operation.ListClosedWorkflowExecutions operation.ListDomains operation.ListOpenWorkflowExecutions operation.ListTagsForResource operation.ListWorkflowTypes operation.Returned when the caller doesn't have sufficient permissions to invoke the action.
PollForActivityTask operation.PollForDecisionTask operation.RecordActivityTaskHeartbeat operation.RegisterActivityType operation.RegisterDomain operation.RegisterWorkflowType operation.RequestCancelWorkflowExecution operation.RespondActivityTaskCanceled operation.RespondActivityTaskCompleted operation.RespondActivityTaskFailed operation.RespondDecisionTaskCompleted operation.SignalWorkflowExecution operation.StartWorkflowExecution operation.TagResource operation.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.
UndeprecateActivityType operation.UndeprecateDomain operation.UndeprecateWorkflowType operation.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.
UntagResource operation.Returned by StartWorkflowExecution when an open execution with the same workflowId is already running in the specified domain.
Enums
CountClosedWorkflowExecutions operation.CountOpenWorkflowExecutions operation.CountPendingActivityTasks operation.CountPendingDecisionTasks operation.DeprecateActivityType operation.DeprecateDomain operation.DeprecateWorkflowType operation.DescribeActivityType operation.DescribeDomain operation.DescribeWorkflowExecution operation.DescribeWorkflowType operation.GetWorkflowExecutionHistory operation.ListActivityTypes operation.ListClosedWorkflowExecutions operation.ListDomains operation.ListOpenWorkflowExecutions operation.ListTagsForResource operation.ListWorkflowTypes operation.PollForActivityTask operation.PollForDecisionTask operation.RecordActivityTaskHeartbeat operation.RegisterActivityType operation.RegisterDomain operation.RegisterWorkflowType operation.RequestCancelWorkflowExecution operation.RespondActivityTaskCanceled operation.RespondActivityTaskCompleted operation.RespondActivityTaskFailed operation.RespondDecisionTaskCompleted operation.SignalWorkflowExecution operation.StartWorkflowExecution operation.TagResource operation.TerminateWorkflowExecution operation.UndeprecateActivityType operation.UndeprecateDomain operation.UndeprecateWorkflowType operation.UntagResource operation.