Skip to content

Commit

Permalink
Add service-quotas accepted error messages
Browse files Browse the repository at this point in the history
  • Loading branch information
JohannesEbke committed Sep 20, 2019
1 parent b9723ee commit 9b6f3b3
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions aws_list_all/query.py
Original file line number Diff line number Diff line change
Expand Up @@ -144,6 +144,10 @@
'ListSimulationApplications': 'ForbiddenException',
'ListSimulationJobs': 'ForbiddenException',
},
'service-quotas': {
'GetAssociationForServiceQuotaTemplate': 'TemplatesNotAvailableInRegionException',
'ListServiceQuotaIncreaseRequestsInTemplate': 'TemplatesNotAvailableInRegionException',
},
'servicecatalog': {
'GetAWSOrganizationsAccessStatus': 'AccessDeniedException',
},
Expand Down

0 comments on commit 9b6f3b3

Please sign in to comment.