Class DBSubnetGroupDoesNotCoverEnoughAZsException

  • All Implemented Interfaces:
    Serializable

    public class DBSubnetGroupDoesNotCoverEnoughAZsException
    extends AmazonServiceException

    Subnets in the DB subnet group should cover at least two Availability Zones unless there is only one Availability Zone.

    See Also:
    Serialized Form
    • Constructor Detail

      • DBSubnetGroupDoesNotCoverEnoughAZsException

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