class Google::Apis::GkehubV1::ConfigManagementInstallError
Errors pertaining to the installation of ACM
Attributes
error_message[RW]
A string representing the user facing error message Corresponds to the JSON property `errorMessage` @return [String]
Public Class Methods
new(**args)
click to toggle source
# File lib/google/apis/gkehub_v1/classes.rb, line 704 def initialize(**args) update!(**args) end
Public Instance Methods
update!(**args)
click to toggle source
Update properties of this object
# File lib/google/apis/gkehub_v1/classes.rb, line 709 def update!(**args) @error_message = args[:error_message] if args.key?(:error_message) end