AI-generated Key Takeaways
- 
          
This document describes an enum detailing possible operation access denied errors.
 - 
          
Specific enum values indicate unauthorized actions, including creating, removing, or updating resources.
 - 
          
Errors can also relate to restrictions based on client, campaign type, ad group type, resource status, or customer.
 - 
          
The list includes enum values for unspecified and unknown error conditions.
 
Enum describing possible operation access denied errors.
| Enums | |
|---|---|
 | 
                Enum unspecified. | 
 | 
                The received error code is not known in this version. | 
 | 
                Unauthorized invocation of a service's method (get, mutate, etc.) | 
 | 
                Unauthorized CREATE operation in invoking a service's mutate method. | 
 | 
                Unauthorized REMOVE operation in invoking a service's mutate method. | 
 | 
                Unauthorized UPDATE operation in invoking a service's mutate method. | 
 | 
                A mutate action is not allowed on this resource, from this client. | 
 | 
                This operation is not permitted on this campaign type | 
 | 
                A CREATE operation may not set status to REMOVED. | 
 | 
                This operation is not allowed because the resource is removed. | 
 | 
                This operation is not permitted on this ad group type. | 
 | 
                The mutate is not allowed for this customer. |