Skip to main content

GetAccountDeletionRequestsV1429Response

Properties

NameTypeDescriptionNotes
messageobjectA message describing the error[optional]
}

Example

from sailpoint.account_deletion_requests.models.get_account_deletion_requests_v1429_response import GetAccountDeletionRequestsV1429Response

get_account_deletion_requests_v1429_response = GetAccountDeletionRequestsV1429Response(
message= Rate Limit Exceeded
)

[Back to top]