Class GetDataObservabilityMonitorRunStatusResponseAttributes

The attributes of a data observability monitor run status response.

Hierarchy

  • GetDataObservabilityMonitorRunStatusResponseAttributes

Constructors

Properties

additionalProperties?: {
    [key: string]: any;
}

A container for additional, undeclared properties. This is a holder for any undeclared properties as specified with the 'additionalProperties' keyword in the OAS document.

Type declaration

  • [key: string]: any
errorMessage?: string

Error message describing why the monitor run failed. Only present when status is error.

The status of a data observability monitor run.

Generated using TypeDoc