Skip to main content

GetTotalCountV1429Response

Properties

NameTypeDescriptionNotes
messageobjectA message describing the error[optional]
}

Example

from sailpoint.api_usage.models.get_total_count_v1429_response import GetTotalCountV1429Response

get_total_count_v1429_response = GetTotalCountV1429Response(
message= Rate Limit Exceeded
)

[Back to top]