public sealed class InstanceManagedByIgmError : IMessage<InstanceManagedByIgmError>, IEquatable<InstanceManagedByIgmError>, IDeepCloneable<InstanceManagedByIgmError>, IBufferMessage, IMessage
public InstanceManagedByIgmErrorInstanceActionDetails InstanceActionDetails { get; set; }
[Output Only] Details of the instance action that triggered this error. May be null, if the error was not caused by an action on an instance. This field is optional.
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Hard to understand","hardToUnderstand","thumb-down"],["Incorrect information or sample code","incorrectInformationOrSampleCode","thumb-down"],["Missing the information/samples I need","missingTheInformationSamplesINeed","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-03-21 UTC."],[[["The `InstanceManagedByIgmError` class provides details about errors related to instances managed by an instance group manager, including the error content, timestamp, and instance action details."],["This page details various available versions for the `InstanceManagedByIgmError` class, with version 3.6.0 being the most current and version 1.0.0 being the oldest listed."],["The `InstanceManagedByIgmError` class inherits from `object` and implements `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage` interfaces."],["The `InstanceManagedByIgmError` class includes properties like `Error`, `HasTimestamp`, `InstanceActionDetails`, and `Timestamp` to provide comprehensive error information and context."],["Constructors are available for creating new `InstanceManagedByIgmError` instances, either as a new instance or as a copy of another `InstanceManagedByIgmError` instance."]]],[]]