Class: Aws::States::Types::ValidateStateMachineDefinitionOutput

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-states/lib/aws-sdk-states/types.rb

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#diagnosticsArray<Types::ValidateStateMachineDefinitionDiagnostic>

If the result is OK, this field will be empty. When there are errors, this field will contain an array of Diagnostic objects to help you troubleshoot.



4448
4449
4450
4451
4452
4453
# File 'gems/aws-sdk-states/lib/aws-sdk-states/types.rb', line 4448

class ValidateStateMachineDefinitionOutput < Struct.new(
  :result,
  :diagnostics)
  SENSITIVE = []
  include Aws::Structure
end

#resultString

The result value will be OK when no syntax errors are found, or FAIL if the workflow definition does not pass verification.

Returns:

  • (String)


4448
4449
4450
4451
4452
4453
# File 'gems/aws-sdk-states/lib/aws-sdk-states/types.rb', line 4448

class ValidateStateMachineDefinitionOutput < Struct.new(
  :result,
  :diagnostics)
  SENSITIVE = []
  include Aws::Structure
end