AWS SDK for .NET Documentation
DescribeCases Method
AmazonAmazon.AWSSupportAmazonAWSSupportClientDescribeCases()()()() Did this page help you?   Yes   No    Tell us about it...

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.

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.
Declaration Syntax
C#
public DescribeCasesResponse DescribeCases()
Return Value
The response from the DescribeCases service method, as returned by AmazonAWSSupport.
Exceptions

Assembly: AWSSDK (Module: AWSSDK) Version: 1.5.60.0 (1.5.60.0)