Skip to main content

GetGenericRequestApprovalConfigV1429Response

Properties

NameTypeDescriptionNotes
messageobjectA message describing the error[optional]
}

Example

from sailpoint.generic_request_approval_config.models.get_generic_request_approval_config_v1429_response import GetGenericRequestApprovalConfigV1429Response

get_generic_request_approval_config_v1429_response = GetGenericRequestApprovalConfigV1429Response(
message= Rate Limit Exceeded
)

[Back to top]