{ "$schema": "https://json-schema.org/draft/2020-12/schema", "title": "ActiveStatementsExceededException", "type": "object", "properties": { "Message": { "type": "string", "description": "A description indicating the maximum number of active statements has been exceeded" } } }