Class: Aws::CognitoIdentityProvider::Types::CodeMismatchException
- Inherits:
-
Struct
- Object
- Struct
- Aws::CognitoIdentityProvider::Types::CodeMismatchException
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-cognitoidentityprovider/types.rb
Overview
This exception is thrown if the provided code doesn’t match what the server was expecting.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#message ⇒ String
The message provided when the code mismatch exception is thrown.
Instance Attribute Details
#message ⇒ String
The message provided when the code mismatch exception is thrown.
3028 3029 3030 3031 3032 |
# File 'lib/aws-sdk-cognitoidentityprovider/types.rb', line 3028 class CodeMismatchException < Struct.new( :message) SENSITIVE = [] include Aws::Structure end |