| Name | Type | Description | Notes |
|---|---|---|---|
| action | string | [default to undefined] | |
| reason | AccessDeniedReason | [default to undefined] |
import { AccessDenied } from 'launchdarkly-api-typescript';
const instance: AccessDenied = {
action,
reason,
};| Name | Type | Description | Notes |
|---|---|---|---|
| action | string | [default to undefined] | |
| reason | AccessDeniedReason | [default to undefined] |
import { AccessDenied } from 'launchdarkly-api-typescript';
const instance: AccessDenied = {
action,
reason,
};