@Generated(value="software.amazon.awssdk:codegen") public final class InvocationDoesNotExistException extends SsmException implements ToCopyableBuilder<InvocationDoesNotExistException.Builder,InvocationDoesNotExistException>
The command ID and instance ID you specified did not match any invocations. Verify the command ID and the instance ID and try again.
Modifier and Type | Class and Description |
---|---|
static interface |
InvocationDoesNotExistException.Builder |
Modifier and Type | Method and Description |
---|---|
static InvocationDoesNotExistException.Builder |
builder() |
List<SdkField<?>> |
sdkFields() |
static Class<? extends InvocationDoesNotExistException.Builder> |
serializableBuilderClass() |
InvocationDoesNotExistException.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 InvocationDoesNotExistException.Builder toBuilder()
toBuilder
in interface ToCopyableBuilder<InvocationDoesNotExistException.Builder,InvocationDoesNotExistException>
toBuilder
in class SsmException
public static InvocationDoesNotExistException.Builder builder()
public static Class<? extends InvocationDoesNotExistException.Builder> serializableBuilderClass()
Copyright © 2020. All rights reserved.