Skip to main content

ListTransformsV1429Response

Properties

NameTypeDescriptionNotes
messageobjectA message describing the error[optional]
}

Example

from sailpoint.transforms.models.list_transforms_v1429_response import ListTransformsV1429Response

list_transforms_v1429_response = ListTransformsV1429Response(
message= Rate Limit Exceeded
)

[Back to top]