satisfy the flake tests - doesnt like my flakey code :(
This commit is contained in:
parent
85dd2440f4
commit
f2cc60b999
@ -59,6 +59,7 @@ class DBParameterGroupNotFoundError(RDSClientError):
|
|||||||
'DBParameterGroupNotFound',
|
'DBParameterGroupNotFound',
|
||||||
'DB Parameter Group {0} not found.'.format(db_parameter_group_name))
|
'DB Parameter Group {0} not found.'.format(db_parameter_group_name))
|
||||||
|
|
||||||
|
|
||||||
class InvalidDBClusterStateFaultError(RDSClientError):
|
class InvalidDBClusterStateFaultError(RDSClientError):
|
||||||
|
|
||||||
def __init__(self, database_identifier):
|
def __init__(self, database_identifier):
|
||||||
@ -66,6 +67,7 @@ class InvalidDBClusterStateFaultError(RDSClientError):
|
|||||||
'InvalidDBClusterStateFault',
|
'InvalidDBClusterStateFault',
|
||||||
'Invalid DB type, when trying to perform StopDBInstance on {0}e. See AWS RDS documentation on rds.stop_db_instance'.format(database_identifier))
|
'Invalid DB type, when trying to perform StopDBInstance on {0}e. See AWS RDS documentation on rds.stop_db_instance'.format(database_identifier))
|
||||||
|
|
||||||
|
|
||||||
class InvalidDBInstanceStateError(RDSClientError):
|
class InvalidDBInstanceStateError(RDSClientError):
|
||||||
|
|
||||||
def __init__(self, database_identifier, istate):
|
def __init__(self, database_identifier, istate):
|
||||||
|
Loading…
Reference in New Issue
Block a user