Show / Hide Table of Contents

Class VolumeError

VolumeError captures an error encountered during a volume operation.

Inheritance
System.Object
VolumeError
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Namespace: Pulumi.Kubernetes.Types.Outputs.Storage.V1Beta1
Assembly: Pulumi.Kubernetes.dll
Syntax
public sealed class VolumeError

Fields

View Source

Message

String detailing the error encountered during Attach or Detach operation. This string may be logged, so it should not contain sensitive information.

Declaration
public readonly string Message
Field Value
Type Description
System.String
View Source

Time

Time the error was encountered.

Declaration
public readonly string Time
Field Value
Type Description
System.String
  • View Source
Back to top Copyright 2016-2020, Pulumi Corporation.