Skip to main content

CreateMachineAccountRequestV1429Response

Properties

NameTypeDescriptionNotes
messageobjectA message describing the error[optional]
}

Example

from sailpoint.machine_account_creation_request.models.create_machine_account_request_v1429_response import CreateMachineAccountRequestV1429Response

create_machine_account_request_v1429_response = CreateMachineAccountRequestV1429Response(
message= Rate Limit Exceeded
)

[Back to top]