class Splunk::AmbiguousEntityReference

Exception thrown when a request found multiple matching entities.

An entity is uniquely defined by its name plus its namespace, so when you try to fetch an entity by name alone, it is possible to get multiple results. In that case, this error is thrown by methods that are supposed to return only a single entity.