| Name | Type | Description | Notes |
|---|---|---|---|
| message | string | The message containing the reason behind the request being forbidden. | [optional] [default to undefined] |
import { MfaForbiddenRequestError } from 'bandwidth-sdk';
const instance: MfaForbiddenRequestError = {
message,
};