| Package | Description | 
|---|---|
| com.amazonaws.services.stepfunctions.model | 
| Modifier and Type | Class and Description | 
|---|---|
| class  | ActivityAlreadyExistsException
 Activity already exists. | 
| 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  | ConflictException
 Updating or deleting a resource can cause an inconsistent state. | 
| class  | ExecutionAlreadyExistsException
 The execution has the same  nameas another execution (but a differentinput). | 
| class  | ExecutionDoesNotExistException
 The specified execution does not exist. | 
| class  | ExecutionLimitExceededException
 The maximum number of running executions has been reached. | 
| class  | ExecutionNotRedrivableException
 The execution Amazon Resource Name (ARN) that you specified for  executionArncannot be redriven. | 
| class  | InvalidArnException
 The provided Amazon Resource Name (ARN) is not valid. | 
| class  | InvalidDefinitionException
 The provided Amazon States Language definition is not valid. | 
| class  | InvalidEncryptionConfigurationException
 Received when  encryptionConfigurationis specified but various conditions exist which make the
 configuration invalid. | 
| class  | InvalidExecutionInputException
 The provided JSON input data is not valid. | 
| class  | InvalidLoggingConfigurationException
 Configuration is not valid. | 
| class  | InvalidNameException
 The provided name is not valid. | 
| class  | InvalidOutputException
 The provided JSON output data is not valid. | 
| class  | InvalidTokenException
 The provided token is not valid. | 
| class  | InvalidTracingConfigurationException
 Your  tracingConfigurationkey does not match, orenabledhas not been set totrueorfalse. | 
| class  | KmsAccessDeniedException
 Either your KMS key policy or API caller does not have the required permissions. | 
| class  | KmsInvalidStateException
 The KMS key is not in valid state, for example: Disabled or Deleted. | 
| class  | KmsThrottlingException
 Received when KMS returns  ThrottlingExceptionfor a KMS call that Step Functions makes on behalf of the
 caller. | 
| class  | MissingRequiredParameterException
 Request is missing a required parameter. | 
| class  | ResourceNotFoundException
 Could not find the referenced resource. | 
| class  | ServiceQuotaExceededException
 The request would cause a service quota to be exceeded. | 
| 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  | StateMachineTypeNotSupportedException
 State machine type is not supported. | 
| class  | TaskDoesNotExistException
 The activity does not exist. | 
| class  | TaskTimedOutException
 The task token has either expired or the task associated with the token has already been closed. | 
| class  | TooManyTagsException
 You've exceeded the number of tags allowed for a resource. | 
| class  | ValidationException
 The input does not satisfy the constraints specified by an Amazon Web Services service. | 
Copyright © 2024. All rights reserved.