Sha256: d629817fecb87c1ef6fc69a88e200a3f6ab76ecfca7858ecd9aa6d5c14a90e46
Contents?: true
Size: 488 Bytes
Versions: 18
Compression:
Stored size: 488 Bytes
Contents
# Bandwidth::MfaRequestError ## Properties | Name | Type | Description | Notes | | ---- | ---- | ----------- | ----- | | **error** | **String** | A message describing the error with your request. | [optional] | | **request_id** | **String** | The associated requestId from AWS. | [optional] | ## Example ```ruby require 'bandwidth-sdk' instance = Bandwidth::MfaRequestError.new( error: 400 Request is malformed or invalid, request_id: 354cc8a3-6701-461e-8fa7-8671703dd898 ) ```
Version data entries
18 entries across 18 versions & 1 rubygems