Class: Google::Cloud::GkeHub::ConfigManagement::V1::InstallError

Inherits:
Object
  • Object
show all
Extended by:
Protobuf::MessageExts::ClassMethods
Includes:
Protobuf::MessageExts
Defined in:
proto_docs/google/cloud/gkehub/v1/configmanagement/configmanagement.rb

Overview

Errors pertaining to the installation of ACM

Instance Attribute Summary collapse

Instance Attribute Details

#error_message::String

Returns A string representing the user facing error message.

Returns:

  • (::String)

    A string representing the user facing error message



290
291
292
293
# File 'proto_docs/google/cloud/gkehub/v1/configmanagement/configmanagement.rb', line 290

class InstallError
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods
end