AWS SDK Version 2 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.

.NET Framework 3.5
 
Returns a list of cases that you specify by passing one or more case IDs. In addition, you can filter the cases by date by setting values for the AfterTime and BeforeTime request parameters. You can set values for the IncludeResolvedCases and IncludeCommunications request parameters to control how much information is returned.

Case data is available for 12 months after creation. If a case was created more than 12 months ago, a request for data might cause an error.

The response returns the following in JSON format:

  1. One or more CaseDetails data types.
  2. One or more NextToken values, which specify where to paginate the returned records represented by the CaseDetails objects.

Namespace: Amazon.AWSSupport
Assembly: AWSSDK.dll
Version: (assembly version)

Syntax

C#
public abstract DescribeCasesResponse DescribeCases(
         DescribeCasesRequest request
)

Parameters

request
Type: Amazon.AWSSupport.Model.DescribeCasesRequest

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

Return Value
Type: Amazon.AWSSupport.Model.DescribeCasesResponse
The response from the DescribeCases service method, as returned by AWSSupport.

Exceptions

ExceptionCondition
CaseIdNotFoundException The requested CaseId could not be located.
InternalServerErrorException An internal server error occurred.

Version Information

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