DBSnapshotIdentifier does not refer to an existing DB Snapshot.
333435363738394041
// marshaller understands. String errorCode = parseErrorCode(node); if (errorCode == null || !errorCode.equals("DBSnapshotNotFound")) return null; DBSnapshotNotFoundException e = (DBSnapshotNotFoundException)super.unmarshall(node); return e; }