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.InternalServerExceptionWorkSpacesWeb.Client.exceptions.ResourceNotFoundExceptionWorkSpacesWeb.Client.exceptions.AccessDeniedExceptionWorkSpacesWeb.Client.exceptions.ThrottlingExceptionWorkSpacesWeb.Client.exceptions.ValidationException