Skip to content

Latest commit

 

History

History
18 lines (12 loc) · 322 Bytes

MfaUnauthorizedRequestError.md

File metadata and controls

18 lines (12 loc) · 322 Bytes

Bandwidth::MfaUnauthorizedRequestError

Properties

Name Type Description Notes
message String Unauthorized [optional]

Example

require 'bandwidth-sdk'

instance = Bandwidth::MfaUnauthorizedRequestError.new(
  message: Unauthorized
)