Skip to main content

ListTaggedObjectsV1429Response

Properties

NameTypeDescriptionNotes
messageobjectA message describing the error[optional]
}

Example

from sailpoint.tagged_objects.models.list_tagged_objects_v1429_response import ListTaggedObjectsV1429Response

list_tagged_objects_v1429_response = ListTaggedObjectsV1429Response(
message= Rate Limit Exceeded
)

[Back to top]