Class: Aws::CognitoIdentityProvider::Types::ExpiredCodeException
- Inherits:
-
Struct
- Object
- Struct
- Aws::CognitoIdentityProvider::Types::ExpiredCodeException
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-cognitoidentityprovider/types.rb
Overview
This exception is thrown if a code has expired.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#message ⇒ String
The message returned when the expired code exception is thrown.
Instance Attribute Details
#message ⇒ String
The message returned when the expired code exception is thrown.
4710 4711 4712 4713 4714 |
# File 'lib/aws-sdk-cognitoidentityprovider/types.rb', line 4710 class ExpiredCodeException < Struct.new( :message) SENSITIVE = [] include Aws::Structure end |