ValidateStateMachineDefinitionResponse
Types
Properties
Link copied to clipboard
An array of diagnostic errors and warnings found during validation of the state machine definition. Since warnings do not prevent deploying your workflow definition, the result value could be OK
even when warning diagnostics are present in the response.
Link copied to clipboard
The result value will be OK
when no syntax errors are found, or FAIL
if the workflow definition does not pass verification.
Functions
Link copied to clipboard
inline fun copy(block: ValidateStateMachineDefinitionResponse.Builder.() -> Unit = {}): ValidateStateMachineDefinitionResponse