class Google::Apis::ComputeBeta::ManagedInstanceLastAttempt::Errors

Output Only

Encountered errors during the last attempt to create or delete

the instance.

Attributes

errors[RW]
Output Only

The array of errors encountered while processing this operation.

Corresponds to the JSON property `errors` @return [Array<Google::Apis::ComputeBeta::ManagedInstanceLastAttempt::Errors::Error>]

Public Class Methods

new(**args) click to toggle source
# File generated/google/apis/compute_beta/classes.rb, line 5266
def initialize(**args)
   update!(**args)
end

Public Instance Methods

update!(**args) click to toggle source

Update properties of this object

# File generated/google/apis/compute_beta/classes.rb, line 5271
def update!(**args)
  @errors = args[:errors] if args.key?(:errors)
end