Serializable
, ToCopyableBuilder<InvocationDoesNotExistException.Builder,InvocationDoesNotExistException>
@Generated("software.amazon.awssdk:codegen") public 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 adn the instance ID and try again.
Modifier and Type | Class | Description |
---|---|---|
static interface |
InvocationDoesNotExistException.Builder |
AmazonServiceException.ErrorType
Modifier and Type | Method | Description |
---|---|---|
static InvocationDoesNotExistException.Builder |
builder() |
|
static Class<? extends InvocationDoesNotExistException.Builder> |
serializableBuilderClass() |
|
InvocationDoesNotExistException.Builder |
toBuilder() |
Take this object and create a builder that contains all of the current property values of this object.
|
isRetryable
getErrorCode, getErrorMessage, getErrorType, getHttpHeaders, getMessage, getRawResponse, getRawResponseContent, getRequestId, getServiceName, getStatusCode, setErrorCode, setErrorMessage, setErrorType, setHttpHeaders, setRawResponse, setRawResponseContent, setRequestId, setServiceName, setStatusCode
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
public InvocationDoesNotExistException.Builder toBuilder()
ToCopyableBuilder
toBuilder
in interface ToCopyableBuilder<InvocationDoesNotExistException.Builder,InvocationDoesNotExistException>
public static InvocationDoesNotExistException.Builder builder()
public static Class<? extends InvocationDoesNotExistException.Builder> serializableBuilderClass()
Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.