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

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-cognitoidentityprovider/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)


2343
2344
2345
2346
2347
# File 'gems/aws-sdk-cognitoidentityprovider/lib/aws-sdk-cognitoidentityprovider/types.rb', line 2343

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