Skip to main content

ListMachineAccountsV1429Response

Properties

NameTypeDescriptionNotes
messageobjectA message describing the error[optional]
}

Example

from sailpoint.machine_accounts.models.list_machine_accounts_v1429_response import ListMachineAccountsV1429Response

list_machine_accounts_v1429_response = ListMachineAccountsV1429Response(
message= Rate Limit Exceeded
)

[Back to top]