Name | Type | Description | Notes |
---|---|---|---|
code | String | Specific error code encountered | [optional] |
message | String | Description of the error | [optional] |
require 'launchdarkly_api'
instance = LaunchDarklyApi::MethodNotAllowedErrorRep.new(
code: method_not_allowed,
message: Method not allowed
)