24005: Resource already exists
AUDIENCES
ERROR
The request conflicts with an existing resource. A resource with the same identifying attributes already exists in your account.
- You attempted to create an audience with a
displayNamethat already exists in the account. Audience display names must be unique per account. - You attempted to create a snapshot for an audience that already has a snapshot creation in progress. Only one snapshot operation can run per audience at a time.
- Use a different
displayNamewhen creating an audience, or use the existing audience if it matches your intent. List audiences withGET /preview/Audiencesto see existing names. - If you are creating a snapshot and one is already in progress, poll the existing operation (
GET /preview/Operations/{operationId}) until it completes before starting a new one. - If you need to replace an existing resource, delete it first and then recreate it.