Operation Error Args
data class OperationErrorArgs(val code: Output<String>? = null, val kind: Output<String>? = null, val message: Output<String>? = null) : ConvertibleToJava<OperationErrorArgs>
Database instance operation error.