@Generated(value="software.amazon.awssdk:codegen") public final class InvalidInstanceIdException extends SsmException implements ToCopyableBuilder<InvalidInstanceIdException.Builder,InvalidInstanceIdException>
The following problems can cause this exception:
You don't have permission to access the managed node.
Amazon Web Services Systems Manager Agent(SSM Agent) isn't running. Verify that SSM Agent is running.
SSM Agent isn't registered with the SSM endpoint. Try reinstalling SSM Agent.
The managed node isn't in valid state. Valid states are: Running, Pending,
Stopped, and Stopping. Invalid states are: Shutting-down and
Terminated.
| Modifier and Type | Class and Description |
|---|---|
static interface |
InvalidInstanceIdException.Builder |
| Modifier and Type | Method and Description |
|---|---|
static InvalidInstanceIdException.Builder |
builder() |
List<SdkField<?>> |
sdkFields() |
static Class<? extends InvalidInstanceIdException.Builder> |
serializableBuilderClass() |
InvalidInstanceIdException.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 InvalidInstanceIdException.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<InvalidInstanceIdException.Builder,InvalidInstanceIdException>toBuilder in class SsmExceptionpublic static InvalidInstanceIdException.Builder builder()
public static Class<? extends InvalidInstanceIdException.Builder> serializableBuilderClass()
Copyright © 2023. All rights reserved.