Indicates that the customer already owns the maximum allowed number of topics.
333435363738394041
// marshaller understands. String errorCode = parseErrorCode(node); if (errorCode == null || !errorCode.equals("TopicLimitExceeded")) return null; TopicLimitExceededException e = (TopicLimitExceededException)super.unmarshall(node); return e; }