Class InvalidInstanceIdException

All Implemented Interfaces:
Serializable, SdkPojo, ToCopyableBuilder<InvalidInstanceIdException.Builder,InvalidInstanceIdException>

@Generated("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 a valid state. Valid states are: Running, Pending, Stopped, and Stopping. Invalid states are: Shutting-down and Terminated.

See Also: