InstanceManagedByIgmError

JSON representation
{
  "error": {
    object (ManagedInstanceError)
  },
  "timestamp": string,
  "instanceActionDetails": {
    object (InstanceActionDetails)
  }
}
Fields
error

object (ManagedInstanceError)

Output only. Output only. Contents of the error.

Available from 2026-03-01..

timestamp

string

Output only. Output only. The time that this error occurred. This value is in RFC3339 text format.

instanceActionDetails

object (InstanceActionDetails)

Output only. 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.

Available from 2026-03-01..

ManagedInstanceError

JSON representation
{
  "code": string,
  "message": string
}
Fields
code

string

Output only. Output only. Error code.

message

string

Output only. Output only. Error message.

InstanceActionDetails

JSON representation
{
  "action": enum (InstanceAction),
  "instance": string,
  "version": {
    object (Version)
  }
}
Fields
action

enum (InstanceAction)

Output only. Output only. Action that managed instance group was executing on the instance when the error occurred. Possible values:

instance

string

Output only. Output only. The URL of the instance. The URL can be set even if the instance has not yet been created.

version

object (Version)

Output only. Output only. Version this instance was created from, or was being created from, but the creation failed. Corresponds to one of the versions that were set on the Instance Group Manager resource at the time this instance was being created.

Available from 2026-03-01..