@Generated(value="software.amazon.awssdk:codegen") public final class TaskSetNotFoundException extends EcsException implements ToCopyableBuilder<TaskSetNotFoundException.Builder,TaskSetNotFoundException>
The specified task set could not be found. You can view your available task sets with DescribeTaskSets. Task sets are specific to each cluster, service and Region.
Modifier and Type | Class and Description |
---|---|
static interface |
TaskSetNotFoundException.Builder |
Modifier and Type | Method and Description |
---|---|
static TaskSetNotFoundException.Builder |
builder() |
List<SdkField<?>> |
sdkFields() |
static Class<? extends TaskSetNotFoundException.Builder> |
serializableBuilderClass() |
TaskSetNotFoundException.Builder |
toBuilder() |
awsErrorDetails, getMessage, isClockSkewException, isThrottlingException
extendedRequestId, requestId, statusCode
create, retryable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
copy
equalsBySdkFields
public TaskSetNotFoundException.Builder toBuilder()
toBuilder
in interface ToCopyableBuilder<TaskSetNotFoundException.Builder,TaskSetNotFoundException>
toBuilder
in class EcsException
public static TaskSetNotFoundException.Builder builder()
public static Class<? extends TaskSetNotFoundException.Builder> serializableBuilderClass()
Copyright © 2021. All rights reserved.