Class InvalidStateTransitionException

All Implemented Interfaces:
Serializable, SdkPojo, ToCopyableBuilder<InvalidStateTransitionException.Builder,InvalidStateTransitionException>

@Generated("software.amazon.awssdk:codegen") public final class InvalidStateTransitionException extends IotJobsDataPlaneException implements ToCopyableBuilder<InvalidStateTransitionException.Builder,InvalidStateTransitionException>

An update attempted to change the job execution to a state that is invalid because of the job execution's current state (for example, an attempt to change a request in state SUCCESS to state IN_PROGRESS). In this case, the body of the error message also contains the executionState field.

See Also: