Skip to main content

ListAccountsV1429Response

Properties

NameTypeDescriptionNotes
messageobjectA message describing the error[optional]
}

Example

from sailpoint.accounts.models.list_accounts_v1429_response import ListAccountsV1429Response

list_accounts_v1429_response = ListAccountsV1429Response(
message= Rate Limit Exceeded
)

[Back to top]