Skip to content

Latest commit

 

History

History
18 lines (12 loc) · 389 Bytes

MfaForbiddenRequestError.md

File metadata and controls

18 lines (12 loc) · 389 Bytes

Bandwidth::MfaForbiddenRequestError

Properties

Name Type Description Notes
message String The message containing the reason behind the request being forbidden. [optional]

Example

require 'bandwidth-sdk'

instance = Bandwidth::MfaForbiddenRequestError.new(
  message: Missing Authentication Token
)