Skip to main content

GetSSFConfigurationV1429Response

Properties

NameTypeDescriptionNotes
messageobjectA message describing the error[optional]
}

Example

from sailpoint.shared_signals_framework_ssf.models.get_ssf_configuration_v1429_response import GetSSFConfigurationV1429Response

get_ssf_configuration_v1429_response = GetSSFConfigurationV1429Response(
message= Rate Limit Exceeded
)

[Back to top]