Anthos Multi-Cloud v1 API - Class AwsClusterError (2.5.0)

public sealed class AwsClusterError : IMessage<AwsClusterError>, IEquatable<AwsClusterError>, IDeepCloneable<AwsClusterError>, IBufferMessage, IMessage

Reference documentation and code samples for the Anthos Multi-Cloud v1 API class AwsClusterError.

AwsClusterError describes errors found on AWS clusters.

Inheritance

object > AwsClusterError

Namespace

Google.Cloud.GkeMultiCloud.V1

Assembly

Google.Cloud.GkeMultiCloud.V1.dll

Constructors

AwsClusterError()

public AwsClusterError()

AwsClusterError(AwsClusterError)

public AwsClusterError(AwsClusterError other)
Parameter
NameDescription
otherAwsClusterError

Properties

Message

public string Message { get; set; }

Human-friendly description of the error.

Property Value
TypeDescription
string