Module Values.ConfigurationSetSendingPausedExceptionSource

Indicates that email sending is disabled for the configuration set. You can enable or disable email sending for a configuration set using UpdateConfigurationSetSendingEnabled.

Sourcetype nonrec t = {
  1. configurationSetName : ConfigurationSetName.t option;
    (*

    The name of the configuration set for which email sending is disabled.

    *)
}
Sourceval make : ?configurationSetName:??? -> unit -> t
Sourceval to_value : t -> [> `Structure of (string * [> `String of ConfigurationSetName.t ]) list ]
Sourceval to_query : t -> Awso.Client.Query.t
Sourceval of_xml : Awso.Xml.t -> t
Sourceval of_string : string -> t
Sourceval of_json : Yojson.Safe.t -> t
Sourceval to_json : t -> Yojson.Safe.t