Skip to main content

ListTriggersV1429Response

Properties

NameTypeDescriptionNotes
messageobjectA message describing the error[optional]
}

Example

from sailpoint.triggers.models.list_triggers_v1429_response import ListTriggersV1429Response

list_triggers_v1429_response = ListTriggersV1429Response(
message= Rate Limit Exceeded
)

[Back to top]