Class InvalidInstanceIdException

All Implemented Interfaces:
Serializable

public class InvalidInstanceIdException extends AmazonServiceException

The instance is not in valid state. Valid states are: Running, Pending, Stopped, Stopping. Invalid states are: Shutting-down and Terminated.

See Also:
  • Constructor Details

    • InvalidInstanceIdException

      public InvalidInstanceIdException(String message)
      Constructs a new InvalidInstanceIdException with the specified error message.
      Parameters:
      message - Describes the error encountered.