The request was rejected because it attempted an operation which is not enabled.
373839404142434445
// marshaller understands. String errorCode = parseErrorCode(node); if (errorCode == null || !errorCode.equals("DisabledAction")) return null; DisabledOperationException e = (DisabledOperationException)super.unmarshall(node); return e; }