Class: Aws::CognitoIdentityProvider::Types::CodeDeliveryFailureException
- Inherits:
-
Struct
- Object
- Struct
- Aws::CognitoIdentityProvider::Types::CodeDeliveryFailureException
- Defined in:
- gems/aws-sdk-cognitoidentityprovider/lib/aws-sdk-cognitoidentityprovider/types.rb
Overview
This exception is thrown when a verification code fails to deliver successfully.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#message ⇒ String
The message sent when a verification code fails to deliver successfully.
Instance Attribute Details
#message ⇒ String
The message sent when a verification code fails to deliver successfully.
3052 3053 3054 3055 3056 |
# File 'gems/aws-sdk-cognitoidentityprovider/lib/aws-sdk-cognitoidentityprovider/types.rb', line 3052 class CodeDeliveryFailureException < Struct.new( :message) SENSITIVE = [] include Aws::Structure end |