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:
    Serialized Form
    • Constructor Detail

      • InvalidInstanceIdException

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