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 specific cluster including shipping information, cluster status, and other important metadata.
For .NET Core this operation is only available in asynchronous form. Please refer to DescribeClusterAsync.
Namespace: Amazon.Snowball
Assembly: AWSSDK.Snowball.dll
Version: 3.x.y.z
public virtual DescribeClusterResponse DescribeCluster( DescribeClusterRequest request )
Container for the necessary parameters to execute the DescribeCluster service method.
Exception | Condition |
---|---|
InvalidResourceException | The specified resource can't be found. Check the information you provided in your last request, and try again. |
Returns information about a specific cluster including shipping information, cluster status, and other important metadata.
var client = new AmazonSnowballClient(); var response = client.DescribeCluster(new DescribeClusterRequest { ClusterId = "CID123e4567-e89b-12d3-a456-426655440000" }); ClusterMetadata clusterMetadata = response.ClusterMetadata;
.NET Framework:
Supported in: 4.5 and newer, 3.5