Skip to main content

GetManagedClustersV1429Response

Properties

NameTypeDescriptionNotes
messageobjectA message describing the error[optional]
}

Example

from sailpoint.managed_clusters.models.get_managed_clusters_v1429_response import GetManagedClustersV1429Response

get_managed_clusters_v1429_response = GetManagedClustersV1429Response(
message= Rate Limit Exceeded
)

[Back to top]