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.

Deletes a device.

Note:

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

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

Syntax

C#
public abstract DeleteDeviceResponse DeleteDevice(
         DeleteDeviceRequest request
)

Parameters

request
Type: Amazon.Panorama.Model.DeleteDeviceRequest

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

Return Value


The response from the DeleteDevice 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