OBJECT
Represents the error in response to triggering the on-demand snapshot of the workload.
type TakeOnDemandSnapshotError {# The ID of the workload.workloadId: UUID! # The error string.error: String! }