AWS SDK for .NET Documentation
CreateCase Method (createCaseRequest)
AmazonAmazon.AWSSupportAmazonAWSSupportClientCreateCase(CreateCaseRequest) Did this page help you?   Yes   No    Tell us about it...

Creates a new case in the AWS Support Center. This operation is modeled on the behavior of the AWS Support Center Open a new case page. Its parameters require you to specify the following information:

  1. ServiceCode. The code for an AWS service. You obtain the ServiceCode by calling DescribeServices.
  2. CategoryCode. The category for the service defined for the ServiceCode value. You also obtain the category code for a service by calling DescribeServices. Each AWS service defines its own set of category codes.
  3. SeverityCode. A value that indicates the urgency of the case, which in turn determines the response time according to your service level agreement with AWS Support. You obtain the SeverityCode by calling DescribeSeverityLevels.
  4. Subject. The Subject field on the AWS Support Center Open a new case page.
  5. CommunicationBody. The Description field on the AWS Support Center Open a new case page.
  6. Language. The human language in which AWS Support handles the case. English and Japanese are currently supported.
  7. CcEmailAddresses. The AWS Support Center CC field on the Open a new case page. You can list email addresses to be copied on any correspondence about the case. The account that opens the case is already identified by passing the AWS Credentials in the HTTP POST method or in a method or function call from one of the programming languages supported by an AWS SDK .
  8. IssueType. The type of issue for the case. You can specify either "customer-service" or "technical." If you do not indicate a value, the default is "technical."

NOTE: The AWS Support API does not currently support the ability to add attachments to cases. You can, however, call AddCommunicationToCase to add information to an open case.

A successful CreateCase request returns an AWS Support case number. Case numbers are used by the DescribeCases action to retrieve existing AWS Support cases.

Declaration Syntax
C#
public CreateCaseResponse CreateCase(
	CreateCaseRequest createCaseRequest
)
Parameters
createCaseRequest (CreateCaseRequest)
Container for the necessary parameters to execute the CreateCase service method on AmazonAWSSupport.
Return Value
The response from the CreateCase service method, as returned by AmazonAWSSupport.
Exceptions

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