New API Documentation - Developer Preview Available
We are excited to announce the developer preview of our new API documentation for AWS SDK for JavaScript v3. Please follow instructions on the landing page to leave us your feedback.
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.
Example
Use a bare-bones client and the command you need to make an API call.
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 singleContainer
object based onContainerName
. To return allContainer
objects that are associated with a specified AWS account, use ListContainers.Example
Use a bare-bones client and the command you need to make an API call.
Param
DescribeContainerCommandInput
Returns
DescribeContainerCommandOutput
See
input
shape.response
shape.config
shape.Throws
ContainerNotFoundException (client fault)
The container that you specified in the request does not exist.
Throws
InternalServerError (server fault)
The service is temporarily unavailable.
Throws
MediaStoreServiceException
Base exception class for all service exceptions from MediaStore service.