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.

Describes the license configurations for the specified resource.

Note:

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

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

Syntax

C#
public virtual ListLicenseSpecificationsForResourceResponse ListLicenseSpecificationsForResource(
         ListLicenseSpecificationsForResourceRequest request
)

Parameters

request
Type: Amazon.LicenseManager.Model.ListLicenseSpecificationsForResourceRequest

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

Return Value


The response from the ListLicenseSpecificationsForResource service method, as returned by LicenseManager.

Exceptions

ExceptionCondition
AccessDeniedException Access to resource denied.
AuthorizationException The Amazon Web Services user account does not have permission to perform the action. Check the IAM policy associated with this account.
InvalidParameterValueException One or more parameter values are not valid.
RateLimitExceededException Too many requests have been submitted. Try again after a brief wait.
ServerInternalException The server experienced an internal error. Try again.

Version Information

.NET Framework:
Supported in: 4.5 and newer, 3.5

See Also