Class: Aws::CognitoIdentityProvider::Types::CodeDeliveryFailureException

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
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

Instance Attribute Details

#messageString

The message sent when a verification code fails to deliver successfully.

Returns:

  • (String)


2328
2329
2330
2331
2332
# File 'lib/aws-sdk-cognitoidentityprovider/types.rb', line 2328

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