Class: Google::Cloud::GkeHub::ConfigManagement::V1::InstallError
- Inherits:
-
Object
- Object
- Google::Cloud::GkeHub::ConfigManagement::V1::InstallError
- 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
-
#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.
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 |