Indicates that the DBSubnetGroup should not be specified while creating read replicas that lie in the same region as the source instance.
333435363738394041
// marshaller understands. String errorCode = parseErrorCode(node); if (errorCode == null || !errorCode.equals("DBSubnetGroupNotAllowedFault")) return null; DBSubnetGroupNotAllowedException e = (DBSubnetGroupNotAllowedException)super.unmarshall(node); return e; }