Class: Google::Cloud::GkeMultiCloud::V1::AwsClusterError
- Inherits:
-
Object
- Object
- Google::Cloud::GkeMultiCloud::V1::AwsClusterError
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/gkemulticloud/v1/aws_resources.rb
Overview
AwsClusterError describes errors found on AWS 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.
852 853 854 855 |
# File 'proto_docs/google/cloud/gkemulticloud/v1/aws_resources.rb', line 852 class AwsClusterError include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |