CustomResponseBodies: {
    [key: string]: {
        Content: string;
        ContentType: CustomResponseBodiesContentType;
    };
}

A custom response to send to the client. You can define a custom response for rule actions and default web ACL actions that are set to the block action.