Skip to main content

GetTenantUiMetadataV1429Response

Properties

NameTypeDescriptionNotes
messageobjectA message describing the error[optional]
}

Example

from sailpoint.ui_metadata.models.get_tenant_ui_metadata_v1429_response import GetTenantUiMetadataV1429Response

get_tenant_ui_metadata_v1429_response = GetTenantUiMetadataV1429Response(
message= Rate Limit Exceeded
)

[Back to top]