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.

Retrieves information about a scene.

Note:

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

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

Syntax

C#
public virtual GetSceneResponse GetScene(
         GetSceneRequest request
)

Parameters

request
Type: Amazon.IoTTwinMaker.Model.GetSceneRequest

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

Return Value


The response from the GetScene service method, as returned by IoTTwinMaker.

Exceptions

ExceptionCondition
AccessDeniedException Access is denied.
InternalServerException An unexpected error has occurred.
ResourceNotFoundException The resource wasn't found.
ThrottlingException The rate exceeds the limit.
ValidationException Failed

Version Information

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

See Also