Skip to main content

GetUsagesByAccountIdV1429Response

Properties

NameTypeDescriptionNotes
messageobjectA message describing the error[optional]
}

Example

from sailpoint.account_usages.models.get_usages_by_account_id_v1429_response import GetUsagesByAccountIdV1429Response

get_usages_by_account_id_v1429_response = GetUsagesByAccountIdV1429Response(
message= Rate Limit Exceeded
)

[Back to top]