Skip to main content

GetOrgConfigV1429Response

Properties

NameTypeDescriptionNotes
messageobjectA message describing the error[optional]
}

Example

from sailpoint.org_config.models.get_org_config_v1429_response import GetOrgConfigV1429Response

get_org_config_v1429_response = GetOrgConfigV1429Response(
message= Rate Limit Exceeded
)

[Back to top]