class Google::Apis::ComputeV1::InstanceManagedByIgmErrorManagedInstanceError

Attributes

code[RW]
Output Only

Error code.

Corresponds to the JSON property `code` @return [String]

message[RW]
Output Only

Error message.

Corresponds to the JSON property `message` @return [String]

Public Class Methods

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

Public Instance Methods

update!(**args) click to toggle source

Update properties of this object

# File lib/google/apis/compute_v1/classes.rb, line 15184
def update!(**args)
  @code = args[:code] if args.key?(:code)
  @message = args[:message] if args.key?(:message)
end