| Name | Type | Description | Notes |
|---|---|---|---|
| status | APIStatus | ||
| reason | String | ||
| code | String | ||
| valid_resource_names | Array<String> | [optional] |
require 'fastcomments-client'
instance = FastCommentsClient::AggregationAPIError.new(
status: null,
reason: null,
code: null,
valid_resource_names: null
)