Skip to main content

ListMachineIdentitiesV1429Response

Properties

NameTypeDescriptionNotes
messageobjectA message describing the error[optional]
}

Example

from sailpoint.machine_identities.models.list_machine_identities_v1429_response import ListMachineIdentitiesV1429Response

list_machine_identities_v1429_response = ListMachineIdentitiesV1429Response(
message= Rate Limit Exceeded
)

[Back to top]