Skip to main content

ListIdentityAttributesV1429Response

Properties

NameTypeDescriptionNotes
messageobjectA message describing the error[optional]
}

Example

from sailpoint.identity_attributes.models.list_identity_attributes_v1429_response import ListIdentityAttributesV1429Response

list_identity_attributes_v1429_response = ListIdentityAttributesV1429Response(
message= Rate Limit Exceeded
)

[Back to top]