Class: Aws::CognitoIdentityProvider::Types::ExpiredCodeException

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-cognitoidentityprovider/lib/aws-sdk-cognitoidentityprovider/types.rb

Overview

This exception is thrown if a code has expired.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#messageString

The message returned when the expired code exception is thrown.

Returns:

  • (String)


4587
4588
4589
4590
4591
# File 'gems/aws-sdk-cognitoidentityprovider/lib/aws-sdk-cognitoidentityprovider/types.rb', line 4587

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