# 24005: Resource already exists

Log Type: TWILIO

Log Level: ERROR

## Description

The request conflicts with an existing resource. A resource with the same identifying attributes already exists in your account.

### Possible causes

* You attempted to create an audience with a `displayName` that 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.

### Possible solutions

* Use a different `displayName` when creating an audience, or use the existing audience if it matches your intent. List audiences with `GET /preview/Audiences` to 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.

#### Additional resources

* [Audiences API reference](/docs/segment/audiences/api)
