Skip to main content

GetManagedClusterTypesV1429Response

Properties

NameTypeDescriptionNotes
messageobjectA message describing the error[optional]
}

Example

from sailpoint.managed_cluster_types.models.get_managed_cluster_types_v1429_response import GetManagedClusterTypesV1429Response

get_managed_cluster_types_v1429_response = GetManagedClusterTypesV1429Response(
message= Rate Limit Exceeded
)

[Back to top]