Hi there! Are you looking for the official Deno documentation? Try docs.deno.com for all your Deno learning needs.

InstanceGroupManagerResizeRequestStatusLastAttempt

import type { InstanceGroupManagerResizeRequestStatusLastAttempt } from "https://googleapis.deno.dev/v1/compute:v1.ts";
interface InstanceGroupManagerResizeRequestStatusLastAttempt {
error?: {
errors?: {
code?: string;
errorDetails?: {
errorInfo?: ErrorInfo;
help?: Help;
localizedMessage?: LocalizedMessage;
quotaInfo?: QuotaExceededInfo;
}
[]
;
location?: string;
message?: string;
}
[]
;
}
;
}

§Properties

§
error?: {
errors?: {
code?: string;
errorDetails?: {
errorInfo?: ErrorInfo;
help?: Help;
localizedMessage?: LocalizedMessage;
quotaInfo?: QuotaExceededInfo;
}
[]
;
location?: string;
message?: string;
}
[]
;
}
[src]

Errors that prevented the ResizeRequest to be fulfilled.