Skip to main content

ListDimensionsV1401Response

Properties

NameTypeDescriptionNotes
errorobjectA message describing the error[optional]
}

Example

from sailpoint.dimensions.models.list_dimensions_v1401_response import ListDimensionsV1401Response

list_dimensions_v1401_response = ListDimensionsV1401Response(
error=JWT validation failed: JWT is expired
)

[Back to top]