Skip to main content

GetManagedClustersV1401Response

Properties

NameTypeDescriptionNotes
errorobjectA message describing the error[optional]
}

Example

from sailpoint.managed_clusters.models.get_managed_clusters_v1401_response import GetManagedClustersV1401Response

get_managed_clusters_v1401_response = GetManagedClustersV1401Response(
error=JWT validation failed: JWT is expired
)

[Back to top]