Skip to main content

ListRolesV1429Response

Properties

NameTypeDescriptionNotes
messageobjectA message describing the error[optional]
}

Example

from sailpoint.roles.models.list_roles_v1429_response import ListRolesV1429Response

list_roles_v1429_response = ListRolesV1429Response(
message= Rate Limit Exceeded
)

[Back to top]