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 the properties of the requested container. This request is commonly used to retrieve the endpoint of a container. An endpoint is a value assigned by the service when a new container is created. A container's endpoint does not change after it has been assigned. The DescribeContainer request returns a single Container object based on ContainerName. To return all Container objects that are associated with a specified AWS account, use ListContainers.

Note:

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

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

Syntax

C#
public abstract DescribeContainerResponse DescribeContainer(
         DescribeContainerRequest request
)

Parameters

request
Type: Amazon.MediaStore.Model.DescribeContainerRequest

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

Return Value


The response from the DescribeContainer service method, as returned by MediaStore.

Exceptions

ExceptionCondition
ContainerNotFoundException The container that you specified in the request does not exist.
InternalServerErrorException The service is temporarily unavailable.

Version Information

.NET Framework:
Supported in: 4.5, 4.0, 3.5

See Also