Class: Aws::CognitoIdentityProvider::Types::ExpiredCodeException
- Inherits:
-
Struct
- Object
- Struct
- Aws::CognitoIdentityProvider::Types::ExpiredCodeException
- 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
-
#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.
5775 5776 5777 5778 5779 |
# File 'gems/aws-sdk-cognitoidentityprovider/lib/aws-sdk-cognitoidentityprovider/types.rb', line 5775 class ExpiredCodeException < Struct.new( :message) SENSITIVE = [] include Aws::Structure end |