Skip to content

Latest commit

 

History

History
22 lines (15 loc) · 650 Bytes

File metadata and controls

22 lines (15 loc) · 650 Bytes

MfaRequestError

Properties

Name Type Description Notes
error string A message describing the error with your request. [optional] [default to undefined]
requestId string The associated requestId from AWS. [optional] [default to undefined]

Example

import { MfaRequestError } from 'bandwidth-sdk';

const instance: MfaRequestError = {
    error,
    requestId,
};

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