lastAttempt property

InstanceGroupManagerResizeRequestStatusLastAttempt? lastAttempt
getter/setter pair

Information about the last attempt to fulfill the request.

The value is temporary since the ResizeRequest can retry, as long as it's still active and the last attempt value can either be cleared or replaced with a different error. Since ResizeRequest retries infrequently, the value may be stale and no longer show an active problem. The value is cleared when ResizeRequest transitions to the final state (becomes inactive). If the final state is FAILED the error describing it will be storred in the "error" field only.

Output only.

Implementation

InstanceGroupManagerResizeRequestStatusLastAttempt? lastAttempt;