Skip to content

Latest commit

 

History

History
20 lines (14 loc) · 464 Bytes

ForbiddenErrorRep.md

File metadata and controls

20 lines (14 loc) · 464 Bytes

LaunchDarklyApi::ForbiddenErrorRep

Properties

Name Type Description Notes
code String Specific error code encountered [optional]
message String Description of the error [optional]

Example

require 'launchdarkly_api'

instance = LaunchDarklyApi::ForbiddenErrorRep.new(
  code: forbidden,
  message: Forbidden. Access to the requested resource was denied.
)