AWS SDK Version 3 for .NET
API Reference

AWS services or capabilities described in AWS Documentation may vary by region/location. Click Getting Started with Amazon AWS to see specific differences applicable to the China (Beijing) Region.

Returns the account configuration options associated with an Amazon Web Services account.

Note:

For .NET Core this operation is only available in asynchronous form. Please refer to GetAccountConfigurationAsync.

Namespace: Amazon.CertificateManager
Assembly: AWSSDK.CertificateManager.dll
Version: 3.x.y.z

Syntax

C#
public abstract GetAccountConfigurationResponse GetAccountConfiguration(
         GetAccountConfigurationRequest request
)

Parameters

request
Type: Amazon.CertificateManager.Model.GetAccountConfigurationRequest

Container for the necessary parameters to execute the GetAccountConfiguration service method.

Return Value


The response from the GetAccountConfiguration service method, as returned by CertificateManager.

Exceptions

ExceptionCondition
AccessDeniedException You do not have access required to perform this action.
ThrottlingException The request was denied because it exceeded a quota.

Version Information

.NET Framework:
Supported in: 4.5, 4.0, 3.5

See Also