Skip to main content

CreateCommonAccessV1429Response

Properties

NameTypeDescriptionNotes
messageobjectA message describing the error[optional]
}

Example

from sailpoint.iai_common_access.models.create_common_access_v1429_response import CreateCommonAccessV1429Response

create_common_access_v1429_response = CreateCommonAccessV1429Response(
message= Rate Limit Exceeded
)

[Back to top]