Name | Type | Description | Notes |
---|---|---|---|
message | String | The message containing the reason behind the request being forbidden. | [optional] |
require 'bandwidth-sdk'
instance = Bandwidth::MfaForbiddenRequestError.new(
message: Missing Authentication Token
)