SignUpSubmitCodeResultState type
The possible states for the SignUpSubmitCodeResult. This includes:
- SignUpPasswordRequiredState: The sign-up process requires a password.
- SignUpAttributesRequiredState: The sign-up process requires additional attributes.
- SignUpCompletedState: The sign-up process has completed successfully.
- SignUpFailedState: The sign-up process has failed.
type SignUpSubmitCodeResultState =
| SignUpPasswordRequiredState
| SignUpAttributesRequiredState
| SignUpCompletedState
| SignUpFailedState