Skip to main content

GetProfileConfigListV1429Response

Properties

NameTypeDescriptionNotes
messageobjectA message describing the error[optional]
}

Example

from sailpoint.auth_profile.models.get_profile_config_list_v1429_response import GetProfileConfigListV1429Response

get_profile_config_list_v1429_response = GetProfileConfigListV1429Response(
message= Rate Limit Exceeded
)

[Back to top]