Copy Completion Error Args
data class CopyCompletionErrorArgs(val errorCode: Output<Either<String, CopyCompletionErrorReason>>, val errorMessage: Output<String>) : ConvertibleToJava<CopyCompletionErrorArgs>
Indicates the error details if the background copy of a resource created via the CopyStart operation fails.
Constructors
Link copied to clipboard
constructor(errorCode: Output<Either<String, CopyCompletionErrorReason>>, errorMessage: Output<String>)