Sha256: 88753fd79c51f2879bfaa06fac85dc8a66c6b57ed66c654ba554a0688881a42f
Contents?: true
Size: 373 Bytes
Versions: 19
Compression:
Stored size: 373 Bytes
Contents
# Bandwidth::ForbiddenRequest ## Properties | Name | Type | Description | Notes | | ---- | ---- | ----------- | ----- | | **message** | **String** | The message containing the reason behind the request being forbidden. | [optional] | ## Example ```ruby require 'bandwidth-sdk' instance = Bandwidth::ForbiddenRequest.new( message: Missing Authentication Token ) ```
Version data entries
19 entries across 19 versions & 1 rubygems