ValidationChallenge
Contains the challenge details that you use to prove domain ownership. Only one member is set, depending on the validation method.
Inheritors
Types
Functions
Casts this ValidationChallenge as a DnsValidationChallenge and retrieves its aws.sdk.kotlin.services.acm.model.DnsValidationChallenge value. Throws an exception if the ValidationChallenge is not a DnsValidationChallenge.
Casts this ValidationChallenge as a DnsValidationChallenge and retrieves its aws.sdk.kotlin.services.acm.model.DnsValidationChallenge value. Returns null if the ValidationChallenge is not a DnsValidationChallenge.
Casts this ValidationChallenge as a EmailValidationChallenge and retrieves its aws.sdk.kotlin.services.acm.model.EmailValidationChallenge value. Throws an exception if the ValidationChallenge is not a EmailValidationChallenge.
Casts this ValidationChallenge as a EmailValidationChallenge and retrieves its aws.sdk.kotlin.services.acm.model.EmailValidationChallenge value. Returns null if the ValidationChallenge is not a EmailValidationChallenge.