Skip to main content

GetTenantV1429Response

Properties

NameTypeDescriptionNotes
messageobjectA message describing the error[optional]
}

Example

from sailpoint.tenant.models.get_tenant_v1429_response import GetTenantV1429Response

get_tenant_v1429_response = GetTenantV1429Response(
message= Rate Limit Exceeded
)

[Back to top]