OpenFga::ForbiddenResponse
February 16, 2026 ยท View on GitHub
Properties
| Name | Type | Description | Notes |
|---|---|---|---|
| code | AuthErrorCode | [optional][default to 'no_auth_error'] | |
| message | String | [optional] |
Example
require 'openfga'
instance = OpenFga::ForbiddenResponse.new(
code: null,
message: null
)