Class: Google::Cloud::GkeHub::ConfigManagement::V1::ConfigSyncError

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 Config Sync

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



363
364
365
366
# File 'proto_docs/google/cloud/gkehub/v1/configmanagement/configmanagement.rb', line 363

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