get_domain
(**kwargs)¶Returns information about a specific domain if it exists.
See also: AWS API Documentation
Request Syntax
response = client.get_domain(
domainId='string'
)
[REQUIRED]
The unique identifier of the Cases domain.
{
'createdTime': datetime(2015, 1, 1),
'domainArn': 'string',
'domainId': 'string',
'domainStatus': 'Active'|'CreationInProgress'|'CreationFailed',
'name': 'string',
'tags': {
'string': 'string'
}
}
Response Structure
The timestamp when the Cases domain was created.
The Amazon Resource Name (ARN) for the Cases domain.
The unique identifier of the Cases domain.
The status of the Cases domain.
The name of the Cases domain.
A map of of key-value pairs that represent tags on a resource. Tags are used to organize, track, or control access for this resource.
Exceptions
ConnectCases.Client.exceptions.InternalServerException
ConnectCases.Client.exceptions.ResourceNotFoundException
ConnectCases.Client.exceptions.ValidationException
ConnectCases.Client.exceptions.ThrottlingException
ConnectCases.Client.exceptions.AccessDeniedException