Amazon.SimpleEmail.AmazonSimpleEmailServiceClient.DescribeConfigurationSet C# (CSharp) Method

DescribeConfigurationSet() public method

Returns the details of the specified configuration set.

Configuration sets enable you to publish email sending events. For information about using configuration sets, see the Amazon SES Developer Guide.

This action is throttled at one request per second.

/// Indicates that the configuration set does not exist. ///
public DescribeConfigurationSet ( DescribeConfigurationSetRequest request ) : DescribeConfigurationSetResponse
request DescribeConfigurationSetRequest Container for the necessary parameters to execute the DescribeConfigurationSet service method.
return DescribeConfigurationSetResponse
        public DescribeConfigurationSetResponse DescribeConfigurationSet(DescribeConfigurationSetRequest request)
        {
            var marshaller = new DescribeConfigurationSetRequestMarshaller();
            var unmarshaller = DescribeConfigurationSetResponseUnmarshaller.Instance;

            return Invoke<DescribeConfigurationSetRequest,DescribeConfigurationSetResponse>(request, marshaller, unmarshaller);
        }
AmazonSimpleEmailServiceClient