Awso_cognito_idp.GetUserAttributeVerificationCodeResponseSourceThe verification code response returned by the server response to get the user attribute verification code.
type nonrec t = {codeDeliveryDetails : CodeDeliveryDetailsType.t option;Information about the delivery destination of the user attribute verification code.
*)}type nonrec error = [ | `CodeDeliveryFailureException of CodeDeliveryFailureException.t| `ForbiddenException of ForbiddenException.t| `InternalErrorException of InternalErrorException.t| `InvalidEmailRoleAccessPolicyException of
InvalidEmailRoleAccessPolicyException.t| `InvalidLambdaResponseException of InvalidLambdaResponseException.t| `InvalidParameterException of InvalidParameterException.t| `InvalidSmsRoleAccessPolicyException of InvalidSmsRoleAccessPolicyException.t| `InvalidSmsRoleTrustRelationshipException of
InvalidSmsRoleTrustRelationshipException.t| `LimitExceededException of LimitExceededException.t| `NotAuthorizedException of NotAuthorizedException.t| `PasswordResetRequiredException of PasswordResetRequiredException.t| `ResourceNotFoundException of ResourceNotFoundException.t| `TooManyRequestsException of TooManyRequestsException.t| `UnexpectedLambdaException of UnexpectedLambdaException.t| `UserLambdaValidationException of UserLambdaValidationException.t| `UserNotConfirmedException of UserNotConfirmedException.t| `UserNotFoundException of UserNotFoundException.t| `Unknown_operation_error of string * string option ]val error_of_json :
string ->
Yojson.Safe.t ->
[> `CodeDeliveryFailureException of CodeDeliveryFailureException.t
| `ForbiddenException of ForbiddenException.t
| `InternalErrorException of InternalErrorException.t
| `InvalidEmailRoleAccessPolicyException of
InvalidEmailRoleAccessPolicyException.t
| `InvalidLambdaResponseException of InvalidLambdaResponseException.t
| `InvalidParameterException of InvalidParameterException.t
| `InvalidSmsRoleAccessPolicyException of
InvalidSmsRoleAccessPolicyException.t
| `InvalidSmsRoleTrustRelationshipException of
InvalidSmsRoleTrustRelationshipException.t
| `LimitExceededException of LimitExceededException.t
| `NotAuthorizedException of NotAuthorizedException.t
| `PasswordResetRequiredException of PasswordResetRequiredException.t
| `ResourceNotFoundException of ResourceNotFoundException.t
| `TooManyRequestsException of TooManyRequestsException.t
| `UnexpectedLambdaException of UnexpectedLambdaException.t
| `Unknown_operation_error of string * string option
| `UserLambdaValidationException of UserLambdaValidationException.t
| `UserNotConfirmedException of UserNotConfirmedException.t
| `UserNotFoundException of UserNotFoundException.t ]val error_of_xml :
string ->
Awso.Xml.t ->
[> `CodeDeliveryFailureException of CodeDeliveryFailureException.t
| `ForbiddenException of ForbiddenException.t
| `InternalErrorException of InternalErrorException.t
| `InvalidEmailRoleAccessPolicyException of
InvalidEmailRoleAccessPolicyException.t
| `InvalidLambdaResponseException of InvalidLambdaResponseException.t
| `InvalidParameterException of InvalidParameterException.t
| `InvalidSmsRoleAccessPolicyException of
InvalidSmsRoleAccessPolicyException.t
| `InvalidSmsRoleTrustRelationshipException of
InvalidSmsRoleTrustRelationshipException.t
| `LimitExceededException of LimitExceededException.t
| `NotAuthorizedException of NotAuthorizedException.t
| `PasswordResetRequiredException of PasswordResetRequiredException.t
| `ResourceNotFoundException of ResourceNotFoundException.t
| `TooManyRequestsException of TooManyRequestsException.t
| `UnexpectedLambdaException of UnexpectedLambdaException.t
| `Unknown_operation_error of string * string option
| `UserLambdaValidationException of UserLambdaValidationException.t
| `UserNotConfirmedException of UserNotConfirmedException.t
| `UserNotFoundException of UserNotFoundException.t ]val to_value :
t ->
[> `Structure of
(string
* [> `Structure of
(string * [> `Enum of string | `String of StringType.t ]) list ])
list ]