Class LastVPCAssociationException

All Implemented Interfaces:
Serializable

public class LastVPCAssociationException extends AmazonServiceException

The VPC you are trying to disassociate from the hosted zone is the last the VPC that is associated with the hosted zone. Amazon Route 53 currently doesn't support disassociate the last VPC from the hosted zone.

See Also:
  • Constructor Details

    • LastVPCAssociationException

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