---
title: AVAuthorizationStatus.denied
framework: avfoundation
role: symbol
role_heading: Case
path: avfoundation/avauthorizationstatus/denied
---

# AVAuthorizationStatus.denied

A status that indicates the user has explicitly denied an app permission to capture media.

## Declaration

```swift
case denied
```

## See Also

### Status values

- [AVAuthorizationStatus.notDetermined](avfoundation/avauthorizationstatus/notdetermined.md)
- [AVAuthorizationStatus.restricted](avfoundation/avauthorizationstatus/restricted.md)
- [AVAuthorizationStatus.authorized](avfoundation/avauthorizationstatus/authorized.md)
