Class TaskSetNotFoundException

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

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

The specified task set wasn't found. You can view your available task sets with DescribeTaskSets. Task sets are specific to each cluster, service and Region.

See Also: