Name | Type | Description | Notes |
---|---|---|---|
message | String | A message that informs the user that they may not access a resource | [optional] |
require 'avalara_sdk'
instance = AvalaraSdk::EInvoicing::V1::ForbiddenError.new(
message: User is not authorized to access this resource with an explicit deny
)