AutomatedReasoningPolicyBuildStep
Represents a single step in the policy build process, containing context about what was being processed and any messages or results.
Contents
- context
-
Contextual information about what was being processed during this build step, such as the type of operation or the source material being analyzed.
Type: AutomatedReasoningPolicyBuildStepContext object
Note: This object is a Union. Only one member of this object can be specified or returned.
Required: Yes
- messages
-
A list of messages generated during this build step, including informational messages, warnings, and error details.
Type: Array of AutomatedReasoningPolicyBuildStepMessage objects
Required: Yes
- priorElement
-
Reference to the previous element or step in the build process, helping to trace the sequence of operations.
Type: AutomatedReasoningPolicyDefinitionElement object
Note: This object is a Union. Only one member of this object can be specified or returned.
Required: No
See Also
For more information about using this API in one of the language-specific AWS SDKs, see the following: