Class: Google::Cloud::GkeMultiCloud::V1::AttachedClusterError
- Inherits:
-
Object
- Object
- Google::Cloud::GkeMultiCloud::V1::AttachedClusterError
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/gkemulticloud/v1/attached_resources.rb
Overview
AttachedClusterError describes errors found on attached clusters.
Instance Attribute Summary collapse
-
#message ⇒ ::String
Human-friendly description of the error.
Instance Attribute Details
#message ⇒ ::String
Returns Human-friendly description of the error.
258 259 260 261 |
# File 'proto_docs/google/cloud/gkemulticloud/v1/attached_resources.rb', line 258 class AttachedClusterError include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |