SignUpSubmitAttributesResultState type
The possible states for the SignUpSubmitAttributesResult. This includes:
- SignUpCompletedState: The sign-up process has completed successfully.
- SignUpFailedState: The sign-up process has failed.
type SignUpSubmitAttributesResultState =
| SignUpCompletedState
| SignUpFailedState