Class InvalidDBSubnetGroupException

All Implemented Interfaces:
Serializable

public class InvalidDBSubnetGroupException extends AmazonServiceException

Indicates the DBSubnetGroup does not belong to the same VPC as that of an existing cross region read replica of the same source instance.

See Also:
  • Constructor Details

    • InvalidDBSubnetGroupException

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