executeScheduledReport
inline suspend fun BcmDashboardsClient.executeScheduledReport(crossinline block: ExecuteScheduledReportRequest.Builder.() -> Unit): ExecuteScheduledReportResponse
Triggers an immediate execution of a scheduled report, outside of its regular schedule. The scheduled report must be in ENABLED state. Calling this operation on a DISABLED scheduled report returns a ValidationException.
If a clientToken is provided, the service uses it for idempotency. Requests with the same client token will not trigger a new execution within the same minute.