# VaultAccountTagAttachmentRejectedOperation ## Properties |Name | Type | Description | Notes| |------------ | ------------- | ------------- | -------------| |**vaultAccountId** | **string** | The ID of the vault account | [default to undefined]| |**tagId** | **string** | Tag ID | [default to undefined]| |**action** | [**TagAttachmentOperationAction**](TagAttachmentOperationAction.md) | | [default to undefined]| |**reason** | **string** | Reason for rejection | [default to undefined]| ## Enum: VaultAccountTagAttachmentRejectedOperationReasonEnum * `CapacityExceeded` (value: `'CAPACITY_EXCEEDED'`) * `AttachmentAlreadyExists` (value: `'ATTACHMENT_ALREADY_EXISTS'`) * `AttachmentDoesNotExist` (value: `'ATTACHMENT_DOES_NOT_EXIST'`) * `PendingRequestExists` (value: `'PENDING_REQUEST_EXISTS'`) [[Back to top]](#) [[Back to API list]](../../README.md#documentation-for-api-endpoints) [[Back to Model list]](../../README.md#documentation-for-models) [[Back to README]](../../README.md)