Skip to main content

SendClassifyMachineAccountV1429Response

Properties

NameTypeDescriptionNotes
messageobjectA message describing the error[optional]
}

Example

from sailpoint.machine_account_classify.models.send_classify_machine_account_v1429_response import SendClassifyMachineAccountV1429Response

send_classify_machine_account_v1429_response = SendClassifyMachineAccountV1429Response(
message= Rate Limit Exceeded
)

[Back to top]