Class: Aws::CognitoIdentityProvider::Types::CodeMismatchException

Inherits:
Struct
  • Object
show all
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

Instance Attribute Details

#messageString

The message provided when the code mismatch exception is thrown.

Returns:

  • (String)


2391
2392
2393
2394
2395
# File 'lib/aws-sdk-cognitoidentityprovider/types.rb', line 2391

class CodeMismatchException < Struct.new(
  :message)
  SENSITIVE = []
  include Aws::Structure
end