@Generated(value="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.
| Modifier and Type | Class and Description |
|---|---|
static interface |
TaskAlreadyExistsException.Builder |
| Modifier and Type | Method and Description |
|---|---|
static TaskAlreadyExistsException.Builder |
builder() |
List<SdkField<?>> |
sdkFields() |
static Class<? extends TaskAlreadyExistsException.Builder> |
serializableBuilderClass() |
TaskAlreadyExistsException.Builder |
toBuilder() |
awsErrorDetails, getMessage, isClockSkewException, isThrottlingExceptionextendedRequestId, requestId, statusCodecreate, retryableaddSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringclone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitcopyequalsBySdkFieldspublic TaskAlreadyExistsException.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<TaskAlreadyExistsException.Builder,TaskAlreadyExistsException>toBuilder in class IotExceptionpublic static TaskAlreadyExistsException.Builder builder()
public static Class<? extends TaskAlreadyExistsException.Builder> serializableBuilderClass()
Copyright © 2022. All rights reserved.