Skip to main content

GetAutoWriteSettingsV1429Response

Properties

NameTypeDescriptionNotes
messageobjectA message describing the error[optional]
}

Example

from sailpoint.suggested_entitlement_description.models.get_auto_write_settings_v1429_response import GetAutoWriteSettingsV1429Response

get_auto_write_settings_v1429_response = GetAutoWriteSettingsV1429Response(
message= Rate Limit Exceeded
)

[Back to top]