Class TaskAlreadyExistsException

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

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

This exception occurs if you attempt to start a task with the same task-id as an existing task but with a different clientRequestToken.

See Also: