The current state of the snapshot does not allow the requested action to occur.
333435363738394041
// marshaller understands. String errorCode = parseErrorCode(node); if (errorCode == null || !errorCode.equals("InvalidSnapshotState")) return null; InvalidSnapshotStateException e = (InvalidSnapshotStateException)super.unmarshall(node); return e; }