Skip to main content

ListDimensionsV1429Response

Properties

NameTypeDescriptionNotes
messageobjectA message describing the error[optional]
}

Example

from sailpoint.dimensions.models.list_dimensions_v1429_response import ListDimensionsV1429Response

list_dimensions_v1429_response = ListDimensionsV1429Response(
message= Rate Limit Exceeded
)

[Back to top]