Home
last modified time | relevance | path

Searched refs:DBClusterNotFoundError (Results 1 – 2 of 2) sorted by relevance

/dports/devel/py-moto/moto-2.2.16/moto/rds2/
H A Dexceptions.py128 class DBClusterNotFoundError(RDSClientError): class
130 super(DBClusterNotFoundError, self).__init__(
H A Dmodels.py18 DBClusterNotFoundError,
1440 raise DBClusterNotFoundError(cluster_identifier)
1453 raise DBClusterNotFoundError(cluster_identifier)