describe_registry
(**kwargs)¶Describes the registry.
See also: AWS API Documentation
Request Syntax
response = client.describe_registry(
RegistryName='string'
)
[REQUIRED]
The name of the registry.
{
'Description': 'string',
'RegistryArn': 'string',
'RegistryName': 'string',
'Tags': {
'string': 'string'
}
}
Response Structure
200 response
The description of the registry.
The ARN of the registry.
The name of the registry.
Tags associated with the registry.
Exceptions
Schemas.Client.exceptions.BadRequestException
Schemas.Client.exceptions.UnauthorizedException
Schemas.Client.exceptions.InternalServerErrorException
Schemas.Client.exceptions.ForbiddenException
Schemas.Client.exceptions.NotFoundException
Schemas.Client.exceptions.ServiceUnavailableException