Skip to content

Latest commit

 

History

History
20 lines (13 loc) · 538 Bytes

File metadata and controls

20 lines (13 loc) · 538 Bytes

MfaUnauthorizedRequestError

Properties

Name Type Description Notes
message string Unauthorized [optional] [default to undefined]

Example

import { MfaUnauthorizedRequestError } from 'bandwidth-sdk';

const instance: MfaUnauthorizedRequestError = {
    message,
};

[Back to Model list] [Back to API list] [Back to README]