SESVerifyDomainIdentityResponse Class Reference
| Inherits from | SESResponse : AmazonServiceResponse : NSObject |
| Declared in | SESVerifyDomainIdentityResponse.h |
Tasks
-
– setException:If an exception was thrown, this will return the exception.
-
– initDefault constructor for a new object. Callers should use the property methods to initialize this object after creating it.
-
verificationTokenA TXT record that must be placed in the DNS settings for the domain, in order to complete domain verification.
property -
– descriptionReturns a string representation of this object; useful for testing and debugging.
Properties
verificationToken
A TXT record that must be placed in the DNS settings for the domain, in order to complete domain verification.
@property (nonatomic, retain) NSString *verificationTokenDiscussion
A TXT record that must be placed in the DNS settings for the domain, in order to complete domain verification.
Declared In
SESVerifyDomainIdentityResponse.hInstance Methods
description
Returns a string representation of this object; useful for testing and debugging.
- (NSString *)descriptionReturn Value
A string representation of this object.
Discussion
Returns a string representation of this object; useful for testing and debugging.
Declared In
SESVerifyDomainIdentityResponse.hinit
Default constructor for a new object. Callers should use the property methods to initialize this object after creating it.
- (id)initDiscussion
Default constructor for a new object. Callers should use the property methods to initialize this object after creating it.
Declared In
SESVerifyDomainIdentityResponse.h