Class: Aws::CognitoIdentityProvider::Types::ResendConfirmationCodeResponse
- Inherits:
 - 
      Struct
      
        
- Object
 - Struct
 - Aws::CognitoIdentityProvider::Types::ResendConfirmationCodeResponse
 
 
- Includes:
 - Structure
 
- Defined in:
 - lib/aws-sdk-cognitoidentityprovider/types.rb
 
Overview
The response from the server when Amazon Cognito makes the request to resend a confirmation code.
Constant Summary collapse
- SENSITIVE =
 []
Instance Attribute Summary collapse
- 
  
    
      #code_delivery_details  ⇒ Types::CodeDeliveryDetailsType 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The code delivery details returned by the server in response to the request to resend the confirmation code.
 
Instance Attribute Details
#code_delivery_details ⇒ Types::CodeDeliveryDetailsType
The code delivery details returned by the server in response to the request to resend the confirmation code.
      9008 9009 9010 9011 9012  | 
    
      # File 'lib/aws-sdk-cognitoidentityprovider/types.rb', line 9008 class ResendConfirmationCodeResponse < Struct.new( :code_delivery_details) SENSITIVE = [] include Aws::Structure end  |