Amazon.AWSSupport.AmazonAWSSupportClient.AddCommunicationToCase C# (CSharp) Method

AddCommunicationToCase() public method

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.

/// The expiration time of the attachment set has passed. The set expires 1 hour after /// it is created. /// /// An attachment set with the specified ID could not be found. /// /// The requested caseId could not be located. /// /// An internal server error occurred. ///
public AddCommunicationToCase ( AddCommunicationToCaseRequest request ) : AddCommunicationToCaseResponse
request Amazon.AWSSupport.Model.AddCommunicationToCaseRequest Container for the necessary parameters to execute the AddCommunicationToCase service method.
return Amazon.AWSSupport.Model.AddCommunicationToCaseResponse
        public AddCommunicationToCaseResponse AddCommunicationToCase(AddCommunicationToCaseRequest request)
        {
            var marshaller = new AddCommunicationToCaseRequestMarshaller();
            var unmarshaller = AddCommunicationToCaseResponseUnmarshaller.Instance;

            return Invoke<AddCommunicationToCaseRequest,AddCommunicationToCaseResponse>(request, marshaller, unmarshaller);
        }
AmazonAWSSupportClient