Class InvalidVPCIdException

  • All Implemented Interfaces:
    Serializable

    public class InvalidVPCIdException
    extends AmazonServiceException

    The hosted zone you are trying to create for your VPC_ID does not belong to you. Amazon Route 53 returns this error when the VPC specified by VPCId does not belong to you.

    See Also:
    Serialized Form
    • Constructor Detail

      • InvalidVPCIdException

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