OBJECT
An error associated with a certificate operation on a Rubrik cluster.
type CertificateClusterOperationError {# The UUID of the Rubrik cluster.clusterUuid: String! # The error of the certificate operation.error: String! # Specifies whether the cause of the error is a network or synchronization # timeout.isTimedOut: Boolean! }