OpenFga::ForbiddenResponse

February 16, 2026 ยท View on GitHub

Properties

NameTypeDescriptionNotes
codeAuthErrorCode[optional][default to 'no_auth_error']
messageString[optional]

Example

require 'openfga'

instance = OpenFga::ForbiddenResponse.new(
  code: null,
  message: null
)