AWS SDK Version 3 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.

Gets information about a multicast group session.

Note:

For .NET Core this operation is only available in asynchronous form. Please refer to GetMulticastGroupSessionAsync.

Namespace: Amazon.IoTWireless
Assembly: AWSSDK.IoTWireless.dll
Version: 3.x.y.z

Syntax

C#
public abstract GetMulticastGroupSessionResponse GetMulticastGroupSession(
         GetMulticastGroupSessionRequest request
)

Parameters

request
Type: Amazon.IoTWireless.Model.GetMulticastGroupSessionRequest

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

Return Value


The response from the GetMulticastGroupSession service method, as returned by IoTWireless.

Exceptions

ExceptionCondition
AccessDeniedException User does not have permission to perform this action.
InternalServerException An unexpected error occurred while processing a request.
ResourceNotFoundException Resource does not exist.
ThrottlingException The request was denied because it exceeded the allowed API request rate.
ValidationException The input did not meet the specified constraints.

Version Information

.NET Framework:
Supported in: 4.5 and newer, 3.5

See Also