TimelineError Class

Timeline Query Errors.

All required parameters must be populated in order to send to Azure.

Inheritance
TimelineError

Constructor

TimelineError(*, kind: Union[str, azure.mgmt.securityinsight.models._security_insights_enums.EntityTimelineKind], error_message: str, query_id: Optional[str] = None, **kwargs)

Variables

kind
str or EntityTimelineKind

Required. the query kind. Possible values include: "Activity", "Bookmark", "SecurityAlert".

query_id
str

the query id.

error_message
str

Required. the error message.