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.
2391 2392 2393 2394 2395 |
# File 'lib/aws-sdk-cognitoidentityprovider/types.rb', line 2391 class CodeMismatchException < Struct.new( :message) SENSITIVE = [] include Aws::Structure end |