Class PartialListInstancesException

  • All Implemented Interfaces:
    Serializable

    public class PartialListInstancesException
    extends RuntimeException
    Exception thrown when some zones are unavailable and listInstances is unable to return a full instance list. This exception can be inspected to get a partial list.
    See Also:
    Serialized Form
    • Method Detail

      • getUnavailableZones

        public List<String> getUnavailableZones()
        A list of zones, whose unavailability caused this error.
      • getInstances

        public List<Instance> getInstances()
        A partial list of instances that were found in the available zones.