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
 
Adds additional customer communication to an AWS Support case. You use the CaseId value to identify the case to add communication to. You can list a set of email addresses to copy on the communication using the CcEmailAddresses value. The CommunicationBody value contains the text of the communication.

The response indicates the success or failure of the request.

This operation implements a subset of the features of the AWS Support Center.

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

Syntax

C#
public virtual AddCommunicationToCaseResponse AddCommunicationToCase(
         AddCommunicationToCaseRequest request
)

Parameters

request
Type: Amazon.AWSSupport.Model.AddCommunicationToCaseRequest

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

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

Exceptions

ExceptionCondition
AttachmentSetExpiredException The expiration time of the attachment set has passed. The set expires 1 hour after it is created.
AttachmentSetIdNotFoundException An attachment set with the specified ID could not be found.
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