Skip to main content

ListSegmentsV1429Response

Properties

NameTypeDescriptionNotes
messageobjectA message describing the error[optional]
}

Example

from sailpoint.segments.models.list_segments_v1429_response import ListSegmentsV1429Response

list_segments_v1429_response = ListSegmentsV1429Response(
message= Rate Limit Exceeded
)

[Back to top]