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.

Returns information about a node.

Note:

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

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

Syntax

C#
public virtual DescribeNodeResponse DescribeNode(
         DescribeNodeRequest request
)

Parameters

request
Type: Amazon.Panorama.Model.DescribeNodeRequest

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

Return Value


The response from the DescribeNode service method, as returned by Panorama.

Exceptions

ExceptionCondition
AccessDeniedException The requestor does not have permission to access the target action or resource.
ConflictException The target resource is in use.
InternalServerException An internal error occurred.
ResourceNotFoundException The target resource was not found.
ValidationException The request contains an invalid parameter value.

Version Information

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

See Also