Class AmazonSesInvitationDeliveryClientResult
Namespace: Cephalon.MultiTenancy.Governance.AmazonSesDelivery.Services
Assembly: Cephalon.MultiTenancy.Governance.AmazonSesDelivery.dll
Describes the result returned by an Amazon SES invitation delivery client.
public sealed class AmazonSesInvitationDeliveryClientResultInheritance
Section titled “Inheritance”object ← AmazonSesInvitationDeliveryClientResult
Inherited Members
Section titled “Inherited Members”object.Equals(object?), object.Equals(object?, object?), object.GetHashCode(), object.GetType(), object.ReferenceEquals(object?, object?), object.ToString()
Constructors
Section titled “Constructors”AmazonSesInvitationDeliveryClientResult(bool, int?, string?, string?, IReadOnlyDictionary<string, string>?)
Section titled “ AmazonSesInvitationDeliveryClientResult(bool, int?, string?, string?, IReadOnlyDictionary<string, string>?)”Creates an Amazon SES invitation delivery client result.
public AmazonSesInvitationDeliveryClientResult(bool accepted, int? statusCode = null, string? providerMessageId = null, string? reason = null, IReadOnlyDictionary<string, string>? metadata = null)Parameters
Section titled “Parameters”accepted bool
A value indicating whether Amazon SES accepted the request.
statusCode int?
The HTTP status code reported by the AWS SDK when one is known.
providerMessageId string?
The Amazon SES message identifier when one is known.
reason string?
The provider-facing outcome reason.
metadata IReadOnlyDictionary<string, string>?
Optional safe client metadata.
Properties
Section titled “Properties”Accepted
Section titled “ Accepted”Gets a value indicating whether Amazon SES accepted the request.
public bool Accepted { get; }Property Value
Section titled “Property Value”Metadata
Section titled “ Metadata”Gets optional safe client metadata.
public IReadOnlyDictionary<string, string> Metadata { get; }Property Value
Section titled “Property Value”IReadOnlyDictionary<string, string>
ProviderMessageId
Section titled “ ProviderMessageId”Gets the Amazon SES message identifier when one is known.
public string? ProviderMessageId { get; }Property Value
Section titled “Property Value”Reason
Section titled “ Reason”Gets the provider-facing outcome reason.
public string? Reason { get; }Property Value
Section titled “Property Value”StatusCode
Section titled “ StatusCode”Gets the HTTP status code reported by the AWS SDK when one is known.
public int? StatusCode { get; }Property Value
Section titled “Property Value”int?