| Package | Description | 
|---|---|
| com.amazonaws.services.stepfunctions.model | 
| Modifier and Type | Class and Description | 
|---|---|
class  | 
ActivityDoesNotExistException
 The specified activity does not exist. 
 | 
class  | 
ActivityLimitExceededException
 The maximum number of activities has been reached. 
 | 
class  | 
ActivityWorkerLimitExceededException
 The maximum number of workers concurrently polling for activity tasks has been reached. 
 | 
class  | 
ExecutionAlreadyExistsException
 The execution has the same  
name as another execution (but a different input). | 
class  | 
ExecutionDoesNotExistException
 The specified execution does not exist. 
 | 
class  | 
ExecutionLimitExceededException
 The maximum number of running executions has been reached. 
 | 
class  | 
InvalidArnException
 The provided Amazon Resource Name (ARN) is invalid. 
 | 
class  | 
InvalidDefinitionException
 The provided Amazon States Language definition is invalid. 
 | 
class  | 
InvalidExecutionInputException
 The provided JSON input data is invalid. 
 | 
class  | 
InvalidNameException
 The provided name is invalid. 
 | 
class  | 
InvalidOutputException
 The provided JSON output data is invalid. 
 | 
class  | 
InvalidTokenException
 The provided token is invalid. 
 | 
class  | 
MissingRequiredParameterException
 Request is missing a required parameter. 
 | 
class  | 
StateMachineAlreadyExistsException
 A state machine with the same name but a different definition or role ARN already exists. 
 | 
class  | 
StateMachineDeletingException
 The specified state machine is being deleted. 
 | 
class  | 
StateMachineDoesNotExistException
 The specified state machine does not exist. 
 | 
class  | 
StateMachineLimitExceededException
 The maximum number of state machines has been reached. 
 | 
class  | 
TaskDoesNotExistException  | 
class  | 
TaskTimedOutException  | 
Copyright © 2017. All rights reserved.