Class Ec2InstanceStateInvalidException

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

@Generated("software.amazon.awssdk:codegen") public final class Ec2InstanceStateInvalidException extends Ec2InstanceConnectException implements ToCopyableBuilder<Ec2InstanceStateInvalidException.Builder,Ec2InstanceStateInvalidException>

Unable to connect because the instance is not in a valid state. Connecting to a stopped or terminated instance is not supported. If the instance is stopped, start your instance, and try to connect again.

See Also: