Skip to main content

ListTagsV1429Response

Properties

NameTypeDescriptionNotes
messageobjectA message describing the error[optional]
}

Example

from sailpoint.tags.models.list_tags_v1429_response import ListTagsV1429Response

list_tags_v1429_response = ListTagsV1429Response(
message= Rate Limit Exceeded
)

[Back to top]