# * DBClusterIdentifier <~String> - The DB cluster identifier for the DB cluster to be deleted
# * FinalDBSnapshotIdentifier <~String> - The DB cluster snapshot identifier of the new DB cluster snapshot created when SkipFinalSnapshot is set to false
# * SkipFinalSnapshot <~Boolean> - Determines whether a final DB cluster snapshot is created before the DB cluster is deleted
cluster=self.data[:clusters][identifier]||raise(Fog::AWS::RDS::NotFound.new("DBCluster #{identifier} not found"))
raiseFog::AWS::RDS::Error.new("InvalidDBClusterStateFault => Cluster cannot be deleted, it still contains DB instances in non-deleting state.")ifcluster["DBClusterMembers"].any?