satisfy the flake tests - doesnt like my flakey code :(

This commit is contained in:
rocky4570fft 2017-08-14 00:41:26 +10:00
parent 85dd2440f4
commit f2cc60b999

View File

@ -59,6 +59,7 @@ class DBParameterGroupNotFoundError(RDSClientError):
'DBParameterGroupNotFound',
'DB Parameter Group {0} not found.'.format(db_parameter_group_name))
class InvalidDBClusterStateFaultError(RDSClientError):
def __init__(self, database_identifier):
@ -66,6 +67,7 @@ class InvalidDBClusterStateFaultError(RDSClientError):
'InvalidDBClusterStateFault',
'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):
def __init__(self, database_identifier, istate):