Amazon Cognito · JSON Structure

User Pools Get User Attribute Verification Code Response Structure

The verification code response returned by the server response to get the user attribute verification code.

Type: object Properties: 1
AuthenticationIdentityOAuthOIDCSAMLUser ManagementFederated Identity

GetUserAttributeVerificationCodeResponse is a JSON Structure definition published by Amazon Cognito, describing 1 property. It conforms to the https://json-structure.org/meta/core/v0/# meta-schema.

Properties

CodeDeliveryDetails

Meta-schema: https://json-structure.org/meta/core/v0/#

JSON Structure

Raw ↑
{
  "$schema": "https://json-structure.org/meta/core/v0/#",
  "$id": "https://raw.githubusercontent.com/api-evangelist/amazon-cognito/refs/heads/main/json-structure/user-pools-get-user-attribute-verification-code-response-structure.json",
  "name": "GetUserAttributeVerificationCodeResponse",
  "description": "The verification code response returned by the server response to get the user attribute verification code.",
  "type": "object",
  "properties": {
    "CodeDeliveryDetails": {
      "allOf": [
        {
          "$ref": "#/components/schemas/CodeDeliveryDetailsType"
        },
        {
          "description": "The code delivery details returned by the server in response to the request to get the user attribute verification code."
        }
      ]
    }
  }
}