409

Something in the request data indicates a conflict with the current state of the resource. See Concurrency control for more information.

This example shows an error due to the concurrent activation request:

{
  "type": "https://problems.luna.akamaiapis.net/papi/v1/resource-busy",
  "title": "Operation failed",
  "detail": "Another edit or activation request on same network in progress for this property version.",
  "instance": "papi/v1/properties/prp_123456/activations?contractId=1-12345&groupId=12345#abc12345abcc02a7",
  "status": 409
}