SdkUnknown

Functions

Link copied to clipboard
open override fun toString(): String

Inherited functions

Link copied to clipboard
fun asDocument(): <Error class: unknown class>

Casts this NodeExecutionContent as a Document and retrieves its aws.smithy.kotlin.runtime.content.Document value. Throws an exception if the NodeExecutionContent is not a Document.

Link copied to clipboard
fun asDocumentOrNull(): <Error class: unknown class>?

Casts this NodeExecutionContent as a Document and retrieves its aws.smithy.kotlin.runtime.content.Document value. Returns null if the NodeExecutionContent is not a Document.