Skip to main content

ListMachineAccountMappingsV1429Response

Properties

NameTypeDescriptionNotes
messageobjectA message describing the error[optional]
}

Example

from sailpoint.machine_account_mappings.models.list_machine_account_mappings_v1429_response import ListMachineAccountMappingsV1429Response

list_machine_account_mappings_v1429_response = ListMachineAccountMappingsV1429Response(
message= Rate Limit Exceeded
)

[Back to top]