Skip to main content

ListUserLevelsV1429Response

Properties

NameTypeDescriptionNotes
messageobjectA message describing the error[optional]
}

Example

from sailpoint.custom_user_levels.models.list_user_levels_v1429_response import ListUserLevelsV1429Response

list_user_levels_v1429_response = ListUserLevelsV1429Response(
message= Rate Limit Exceeded
)

[Back to top]