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 list of severity levels that you can assign to a support case. The severity level for a case is also a field in the CaseDetails data type that you include for a CreateCase request.

Note:

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

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

Syntax

C#
public abstract DescribeSeverityLevelsResponse DescribeSeverityLevels()

Return Value


The response from the DescribeSeverityLevels service method, as returned by AWSSupport.

Exceptions

ExceptionCondition
InternalServerErrorException An internal server error occurred.

Version Information

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

See Also