Indicates that the user has been denied access to the requested resource.
333435363738394041
// marshaller understands. String errorCode = parseErrorCode(node); if (errorCode == null || !errorCode.equals("AuthorizationError")) return null; AuthorizationErrorException e = (AuthorizationErrorException)super.unmarshall(node); return e; }