

# StateExitedEventDetails
<a name="API_StateExitedEventDetails"></a>

Contains details about an exit from a state during an execution.

## Contents
<a name="API_StateExitedEventDetails_Contents"></a>

 ** name **   <a name="StepFunctions-Type-StateExitedEventDetails-name"></a>
The name of the state.  
A name must *not* contain:  
+ white space
+ brackets `< > { } [ ]` 
+ wildcard characters `? *` 
+ special characters `" # % \ ^ | ~ ` $ & , ; : /` 
+ control characters (`U+0000-001F`, `U+007F-009F`, `U+FFFE-FFFF`)
+ surrogates (`U+D800-DFFF`)
+ invalid characters (` U+10FFFF`)
To enable logging with CloudWatch Logs, the name should only contain 0-9, A-Z, a-z, - and \$1.  
Type: String  
Length Constraints: Minimum length of 1. Maximum length of 80.  
Required: Yes

 ** assignedVariables **   <a name="StepFunctions-Type-StateExitedEventDetails-assignedVariables"></a>
Map of variable name and value as a serialized JSON representation.  
Type: String to string map  
Required: No

 ** assignedVariablesDetails **   <a name="StepFunctions-Type-StateExitedEventDetails-assignedVariablesDetails"></a>
Provides details about input or output in an execution history event.  
Type: [AssignedVariablesDetails](API_AssignedVariablesDetails.md) object  
Required: No

 ** output **   <a name="StepFunctions-Type-StateExitedEventDetails-output"></a>
The JSON output data of the state. Length constraints apply to the payload size, and are expressed as bytes in UTF-8 encoding.  
Type: String  
Length Constraints: Maximum length of 262144.  
Required: No

 ** outputDetails **   <a name="StepFunctions-Type-StateExitedEventDetails-outputDetails"></a>
Contains details about the output of an execution history event.  
Type: [HistoryEventExecutionDataDetails](API_HistoryEventExecutionDataDetails.md) object  
Required: No

## See Also
<a name="API_StateExitedEventDetails_SeeAlso"></a>

For more information about using this API in one of the language-specific AWS SDKs, see the following:
+  [AWS SDK for C\$1\$1](https://docs.aws.amazon.com/goto/SdkForCpp/states-2016-11-23/StateExitedEventDetails) 
+  [AWS SDK for Java V2](https://docs.aws.amazon.com/goto/SdkForJavaV2/states-2016-11-23/StateExitedEventDetails) 
+  [AWS SDK for Ruby V3](https://docs.aws.amazon.com/goto/SdkForRubyV3/states-2016-11-23/StateExitedEventDetails) 