Class: Google::Cloud::GkeHub::ConfigManagement::V1::ConfigSyncError
- Inherits:
-
Object
- Object
- Google::Cloud::GkeHub::ConfigManagement::V1::ConfigSyncError
- 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
-
#error_message ⇒ ::String
A string representing the user facing error message.
Instance Attribute Details
#error_message ⇒ ::String
Returns 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 |