A JSON-formatted object that contains the metadata for a support case. It is contained the response from a DescribeCases request. CaseDetails contains the following fields:
- CaseID. The AWS Support case ID requested or returned in the call. The case ID is an alphanumeric string formatted as shown in this example: case- 12345678910-2013-c4c1d2bf33c5cf47 .
- CategoryCode. The category of problem for the AWS Support case. Corresponds to the CategoryCode values returned by a call to DescribeServices.
- DisplayId. The identifier for the case on pages in the AWS Support Center.
- Language. The ISO 639-1 code for the language in which AWS provides support. AWS Support currently supports English ("en") and Japanese ("ja"). Language parameters must be passed explicitly for operations that take them.
- RecentCommunications. One or more Communication objects. Fields of these objects are Body , CaseId , SubmittedBy , and TimeCreated .
- NextToken. A resumption point for pagination.
- ServiceCode. The identifier for the AWS service that corresponds to the service code defined in the call to DescribeServices.
- SeverityCode. The severity code assigned to the case. Contains one of the values returned by the call to DescribeSeverityLevels.
- Status. The status of the case in the AWS Support Center.
- Subject. The subject line of the case.
- SubmittedBy. The email address of the account that submitted the case.
- TimeCreated. The time the case was created, in ISO-8601 format.

C# |
public class CaseDetails

All Members | Constructors | Methods | Properties | ||
Icon | Member | Description |
---|---|---|
![]() | CaseDetails()()()() | Initializes a new instance of the CaseDetails class |
![]() | CaseId |
The AWS Support case ID requested or returned in the call. The case ID is an alphanumeric string formatted as shown in this example:
case-12345678910-2013-c4c1d2bf33c5cf47 |
![]() | CategoryCode |
The category of problem for the AWS Support case.
|
![]() | CcEmailAddresses |
The email addresses that receive copies of communication about the case.
|
![]() | DisplayId |
The ID displayed for the case in the AWS Support Center. This is a numeric string.
|
![]() | Equals(Object) | (Inherited from Object.) |
![]() | GetHashCode()()()() | Serves as a hash function for a particular type. (Inherited from Object.) |
![]() | GetType()()()() | Gets the type of the current instance. (Inherited from Object.) |
![]() | Language |
The ISO 639-1 code for the language in which AWS provides support. AWS Support currently supports English ("en") and Japanese ("ja").
Language parameters must be passed explicitly for operations that take them.
|
![]() | RecentCommunications |
The five most recent communications between you and AWS Support Center. Includes a nextToken to retrieve the next set of
communications.
|
![]() | ServiceCode |
The code for the AWS service returned by the call to DescribeServices.
|
![]() | SeverityCode |
The code for the severity level returned by the call to DescribeSeverityLevels.
|
![]() | Status |
The status of the case.
|
![]() | Subject |
The subject line for the case in the AWS Support Center.
|
![]() | SubmittedBy |
The email address of the account that submitted the case.
|
![]() | TimeCreated |
The time that the case was case created in the AWS Support Center.
|
![]() | ToString()()()() | Returns a string that represents the current object. (Inherited from Object.) |
![]() | WithCaseId(String) | Obsolete.
Sets the CaseId property
|
![]() | WithCategoryCode(String) | Obsolete.
Sets the CategoryCode property
|
![]() | WithCcEmailAddresses(array<String>[]()[][]) | Obsolete.
Adds elements to the CcEmailAddresses collection
|
![]() | WithCcEmailAddresses(IEnumerable<(Of <<'(String>)>>)) | Obsolete.
Adds elements to the CcEmailAddresses collection
|
![]() | WithDisplayId(String) | Obsolete.
Sets the DisplayId property
|
![]() | WithLanguage(String) | Obsolete.
Sets the Language property
|
![]() | WithRecentCommunications(RecentCaseCommunications) | Obsolete.
Sets the RecentCommunications property
|
![]() | WithServiceCode(String) | Obsolete.
Sets the ServiceCode property
|
![]() | WithSeverityCode(String) | Obsolete.
Sets the SeverityCode property
|
![]() | WithStatus(String) | Obsolete.
Sets the Status property
|
![]() | WithSubject(String) | Obsolete.
Sets the Subject property
|
![]() | WithSubmittedBy(String) | Obsolete.
Sets the SubmittedBy property
|
![]() | WithTimeCreated(String) | Obsolete.
Sets the TimeCreated property
|

Object | |
![]() | CaseDetails |