VolumeErrorArgs

data class VolumeErrorArgs(val message: Output<String>? = null, val time: Output<String>? = null) : ConvertibleToJava<VolumeErrorArgs>

VolumeError captures an error encountered during a volume operation.

Constructors

Link copied to clipboard
constructor(message: Output<String>? = null, time: Output<String>? = null)

Properties

Link copied to clipboard
val message: Output<String>? = null

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

Link copied to clipboard
val time: Output<String>? = null

Time the error was encountered.

Functions

Link copied to clipboard
open override fun toJava(): VolumeErrorArgs