CaptchaResponse
The result from the inspection of the web request for a valid CAPTCHA
token.
Contents
- FailureReason
-
The reason for failure, populated when the evaluation of the token fails.
Type: String
Valid Values:
TOKEN_MISSING | TOKEN_EXPIRED | TOKEN_INVALID | TOKEN_DOMAIN_MISMATCH
Required: No
- ResponseCode
-
The HTTP response code indicating the status of the
CAPTCHA
token in the web request. If the token is missing, invalid, or expired, this code is405 Method Not Allowed
.Type: Integer
Required: No
- SolveTimestamp
-
The time that the
CAPTCHA
was last solved for the supplied token.Type: Long
Required: No
See Also
For more information about using this API in one of the language-specific AWS SDKs, see the following: