get_trust_store
(**kwargs)¶Gets the trust store.
See also: AWS API Documentation
Request Syntax
response = client.get_trust_store(
trustStoreArn='string'
)
[REQUIRED]
The ARN of the trust store.
{
'trustStore': {
'associatedPortalArns': [
'string',
],
'trustStoreArn': 'string'
}
}
Response Structure
The trust store.
A list of web portal ARNs that this trust store is associated with.
The ARN of the trust store.
Exceptions
WorkSpacesWeb.Client.exceptions.InternalServerException
WorkSpacesWeb.Client.exceptions.ResourceNotFoundException
WorkSpacesWeb.Client.exceptions.AccessDeniedException
WorkSpacesWeb.Client.exceptions.ThrottlingException
WorkSpacesWeb.Client.exceptions.ValidationException