getTaxExemptionTypes method
Get supported tax exemption types. The IAM action is
tax:GetExemptions.
May throw InternalServerException.
May throw ResourceNotFoundException.
May throw ValidationException.
Implementation
Future<GetTaxExemptionTypesResponse> getTaxExemptionTypes() async {
final response = await _protocol.send(
payload: null,
method: 'POST',
requestUri: '/GetTaxExemptionTypes',
exceptionFnMap: _exceptionFns,
);
return GetTaxExemptionTypesResponse.fromJson(response);
}