| 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] |
import { MfaRequestError } from 'bandwidth-sdk';
const instance: MfaRequestError = {
error,
requestId,
};