Skip to main content

GetSearchAttributeConfigV1429Response

Properties

NameTypeDescriptionNotes
messageobjectA message describing the error[optional]
}

Example

from sailpoint.search_attribute_configuration.models.get_search_attribute_config_v1429_response import GetSearchAttributeConfigV1429Response

get_search_attribute_config_v1429_response = GetSearchAttributeConfigV1429Response(
message= Rate Limit Exceeded
)

[Back to top]