Skip to content

Commit 52856e7

Browse files
author
awstools
committed
feat(client-inspector2): Add enums for Agentless scan statuses and EC2 enablement error states
1 parent 18135bc commit 52856e7

File tree

53 files changed

+194
-0
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

53 files changed

+194
-0
lines changed

clients/client-inspector2/src/commands/AssociateMemberCommand.ts

+3
Original file line numberDiff line numberDiff line change
@@ -54,6 +54,9 @@ export interface AssociateMemberCommandOutput extends AssociateMemberResponse, _
5454
*
5555
* @throws {@link AccessDeniedException} (client fault)
5656
* <p>You do not have sufficient access to perform this action.</p>
57+
* <p>
58+
* For <code>Enable</code>, you receive this error if you attempt to use a feature in an unsupported Amazon Web Services Region.
59+
* </p>
5760
*
5861
* @throws {@link InternalServerException} (server fault)
5962
* <p>The request has failed due to an internal failure of the Amazon Inspector service.</p>

clients/client-inspector2/src/commands/BatchGetAccountStatusCommand.ts

+3
Original file line numberDiff line numberDiff line change
@@ -101,6 +101,9 @@ export interface BatchGetAccountStatusCommandOutput extends BatchGetAccountStatu
101101
*
102102
* @throws {@link AccessDeniedException} (client fault)
103103
* <p>You do not have sufficient access to perform this action.</p>
104+
* <p>
105+
* For <code>Enable</code>, you receive this error if you attempt to use a feature in an unsupported Amazon Web Services Region.
106+
* </p>
104107
*
105108
* @throws {@link InternalServerException} (server fault)
106109
* <p>The request has failed due to an internal failure of the Amazon Inspector service.</p>

clients/client-inspector2/src/commands/BatchGetCodeSnippetCommand.ts

+3
Original file line numberDiff line numberDiff line change
@@ -81,6 +81,9 @@ export interface BatchGetCodeSnippetCommandOutput extends BatchGetCodeSnippetRes
8181
*
8282
* @throws {@link AccessDeniedException} (client fault)
8383
* <p>You do not have sufficient access to perform this action.</p>
84+
* <p>
85+
* For <code>Enable</code>, you receive this error if you attempt to use a feature in an unsupported Amazon Web Services Region.
86+
* </p>
8487
*
8588
* @throws {@link InternalServerException} (server fault)
8689
* <p>The request has failed due to an internal failure of the Amazon Inspector service.</p>

clients/client-inspector2/src/commands/BatchGetFindingDetailsCommand.ts

+3
Original file line numberDiff line numberDiff line change
@@ -97,6 +97,9 @@ export interface BatchGetFindingDetailsCommandOutput extends BatchGetFindingDeta
9797
*
9898
* @throws {@link AccessDeniedException} (client fault)
9999
* <p>You do not have sufficient access to perform this action.</p>
100+
* <p>
101+
* For <code>Enable</code>, you receive this error if you attempt to use a feature in an unsupported Amazon Web Services Region.
102+
* </p>
100103
*
101104
* @throws {@link InternalServerException} (server fault)
102105
* <p>The request has failed due to an internal failure of the Amazon Inspector service.</p>

clients/client-inspector2/src/commands/BatchGetFreeTrialInfoCommand.ts

+3
Original file line numberDiff line numberDiff line change
@@ -75,6 +75,9 @@ export interface BatchGetFreeTrialInfoCommandOutput extends BatchGetFreeTrialInf
7575
*
7676
* @throws {@link AccessDeniedException} (client fault)
7777
* <p>You do not have sufficient access to perform this action.</p>
78+
* <p>
79+
* For <code>Enable</code>, you receive this error if you attempt to use a feature in an unsupported Amazon Web Services Region.
80+
* </p>
7881
*
7982
* @throws {@link InternalServerException} (server fault)
8083
* <p>The request has failed due to an internal failure of the Amazon Inspector service.</p>

clients/client-inspector2/src/commands/BatchGetMemberEc2DeepInspectionStatusCommand.ts

+3
Original file line numberDiff line numberDiff line change
@@ -78,6 +78,9 @@ export interface BatchGetMemberEc2DeepInspectionStatusCommandOutput
7878
*
7979
* @throws {@link AccessDeniedException} (client fault)
8080
* <p>You do not have sufficient access to perform this action.</p>
81+
* <p>
82+
* For <code>Enable</code>, you receive this error if you attempt to use a feature in an unsupported Amazon Web Services Region.
83+
* </p>
8184
*
8285
* @throws {@link InternalServerException} (server fault)
8386
* <p>The request has failed due to an internal failure of the Amazon Inspector service.</p>

clients/client-inspector2/src/commands/BatchUpdateMemberEc2DeepInspectionStatusCommand.ts

+3
Original file line numberDiff line numberDiff line change
@@ -81,6 +81,9 @@ export interface BatchUpdateMemberEc2DeepInspectionStatusCommandOutput
8181
*
8282
* @throws {@link AccessDeniedException} (client fault)
8383
* <p>You do not have sufficient access to perform this action.</p>
84+
* <p>
85+
* For <code>Enable</code>, you receive this error if you attempt to use a feature in an unsupported Amazon Web Services Region.
86+
* </p>
8487
*
8588
* @throws {@link InternalServerException} (server fault)
8689
* <p>The request has failed due to an internal failure of the Amazon Inspector service.</p>

clients/client-inspector2/src/commands/CancelFindingsReportCommand.ts

+3
Original file line numberDiff line numberDiff line change
@@ -54,6 +54,9 @@ export interface CancelFindingsReportCommandOutput extends CancelFindingsReportR
5454
*
5555
* @throws {@link AccessDeniedException} (client fault)
5656
* <p>You do not have sufficient access to perform this action.</p>
57+
* <p>
58+
* For <code>Enable</code>, you receive this error if you attempt to use a feature in an unsupported Amazon Web Services Region.
59+
* </p>
5760
*
5861
* @throws {@link InternalServerException} (server fault)
5962
* <p>The request has failed due to an internal failure of the Amazon Inspector service.</p>

clients/client-inspector2/src/commands/CancelSbomExportCommand.ts

+3
Original file line numberDiff line numberDiff line change
@@ -54,6 +54,9 @@ export interface CancelSbomExportCommandOutput extends CancelSbomExportResponse,
5454
*
5555
* @throws {@link AccessDeniedException} (client fault)
5656
* <p>You do not have sufficient access to perform this action.</p>
57+
* <p>
58+
* For <code>Enable</code>, you receive this error if you attempt to use a feature in an unsupported Amazon Web Services Region.
59+
* </p>
5760
*
5861
* @throws {@link InternalServerException} (server fault)
5962
* <p>The request has failed due to an internal failure of the Amazon Inspector service.</p>

clients/client-inspector2/src/commands/CreateCisScanConfigurationCommand.ts

+3
Original file line numberDiff line numberDiff line change
@@ -93,6 +93,9 @@ export interface CreateCisScanConfigurationCommandOutput extends CreateCisScanCo
9393
*
9494
* @throws {@link AccessDeniedException} (client fault)
9595
* <p>You do not have sufficient access to perform this action.</p>
96+
* <p>
97+
* For <code>Enable</code>, you receive this error if you attempt to use a feature in an unsupported Amazon Web Services Region.
98+
* </p>
9699
*
97100
* @throws {@link InternalServerException} (server fault)
98101
* <p>The request has failed due to an internal failure of the Amazon Inspector service.</p>

clients/client-inspector2/src/commands/CreateFilterCommand.ts

+3
Original file line numberDiff line numberDiff line change
@@ -188,6 +188,9 @@ export interface CreateFilterCommandOutput extends CreateFilterResponse, __Metad
188188
*
189189
* @throws {@link AccessDeniedException} (client fault)
190190
* <p>You do not have sufficient access to perform this action.</p>
191+
* <p>
192+
* For <code>Enable</code>, you receive this error if you attempt to use a feature in an unsupported Amazon Web Services Region.
193+
* </p>
191194
*
192195
* @throws {@link BadRequestException} (client fault)
193196
* <p>One or more tags submitted as part of the request is not valid.</p>

clients/client-inspector2/src/commands/CreateFindingsReportCommand.ts

+3
Original file line numberDiff line numberDiff line change
@@ -187,6 +187,9 @@ export interface CreateFindingsReportCommandOutput extends CreateFindingsReportR
187187
*
188188
* @throws {@link AccessDeniedException} (client fault)
189189
* <p>You do not have sufficient access to perform this action.</p>
190+
* <p>
191+
* For <code>Enable</code>, you receive this error if you attempt to use a feature in an unsupported Amazon Web Services Region.
192+
* </p>
190193
*
191194
* @throws {@link InternalServerException} (server fault)
192195
* <p>The request has failed due to an internal failure of the Amazon Inspector service.</p>

clients/client-inspector2/src/commands/CreateSbomExportCommand.ts

+3
Original file line numberDiff line numberDiff line change
@@ -106,6 +106,9 @@ export interface CreateSbomExportCommandOutput extends CreateSbomExportResponse,
106106
*
107107
* @throws {@link AccessDeniedException} (client fault)
108108
* <p>You do not have sufficient access to perform this action.</p>
109+
* <p>
110+
* For <code>Enable</code>, you receive this error if you attempt to use a feature in an unsupported Amazon Web Services Region.
111+
* </p>
109112
*
110113
* @throws {@link InternalServerException} (server fault)
111114
* <p>The request has failed due to an internal failure of the Amazon Inspector service.</p>

clients/client-inspector2/src/commands/DeleteCisScanConfigurationCommand.ts

+3
Original file line numberDiff line numberDiff line change
@@ -54,6 +54,9 @@ export interface DeleteCisScanConfigurationCommandOutput extends DeleteCisScanCo
5454
*
5555
* @throws {@link AccessDeniedException} (client fault)
5656
* <p>You do not have sufficient access to perform this action.</p>
57+
* <p>
58+
* For <code>Enable</code>, you receive this error if you attempt to use a feature in an unsupported Amazon Web Services Region.
59+
* </p>
5760
*
5861
* @throws {@link InternalServerException} (server fault)
5962
* <p>The request has failed due to an internal failure of the Amazon Inspector service.</p>

clients/client-inspector2/src/commands/DeleteFilterCommand.ts

+3
Original file line numberDiff line numberDiff line change
@@ -54,6 +54,9 @@ export interface DeleteFilterCommandOutput extends DeleteFilterResponse, __Metad
5454
*
5555
* @throws {@link AccessDeniedException} (client fault)
5656
* <p>You do not have sufficient access to perform this action.</p>
57+
* <p>
58+
* For <code>Enable</code>, you receive this error if you attempt to use a feature in an unsupported Amazon Web Services Region.
59+
* </p>
5760
*
5861
* @throws {@link InternalServerException} (server fault)
5962
* <p>The request has failed due to an internal failure of the Amazon Inspector service.</p>

clients/client-inspector2/src/commands/DescribeOrganizationConfigurationCommand.ts

+3
Original file line numberDiff line numberDiff line change
@@ -66,6 +66,9 @@ export interface DescribeOrganizationConfigurationCommandOutput
6666
*
6767
* @throws {@link AccessDeniedException} (client fault)
6868
* <p>You do not have sufficient access to perform this action.</p>
69+
* <p>
70+
* For <code>Enable</code>, you receive this error if you attempt to use a feature in an unsupported Amazon Web Services Region.
71+
* </p>
6972
*
7073
* @throws {@link InternalServerException} (server fault)
7174
* <p>The request has failed due to an internal failure of the Amazon Inspector service.</p>

clients/client-inspector2/src/commands/DisableCommand.ts

+3
Original file line numberDiff line numberDiff line change
@@ -85,6 +85,9 @@ export interface DisableCommandOutput extends DisableResponse, __MetadataBearer
8585
*
8686
* @throws {@link AccessDeniedException} (client fault)
8787
* <p>You do not have sufficient access to perform this action.</p>
88+
* <p>
89+
* For <code>Enable</code>, you receive this error if you attempt to use a feature in an unsupported Amazon Web Services Region.
90+
* </p>
8891
*
8992
* @throws {@link InternalServerException} (server fault)
9093
* <p>The request has failed due to an internal failure of the Amazon Inspector service.</p>

clients/client-inspector2/src/commands/DisableDelegatedAdminAccountCommand.ts

+3
Original file line numberDiff line numberDiff line change
@@ -59,6 +59,9 @@ export interface DisableDelegatedAdminAccountCommandOutput
5959
*
6060
* @throws {@link AccessDeniedException} (client fault)
6161
* <p>You do not have sufficient access to perform this action.</p>
62+
* <p>
63+
* For <code>Enable</code>, you receive this error if you attempt to use a feature in an unsupported Amazon Web Services Region.
64+
* </p>
6265
*
6366
* @throws {@link ConflictException} (client fault)
6467
* <p>A conflict occurred.</p>

clients/client-inspector2/src/commands/DisassociateMemberCommand.ts

+3
Original file line numberDiff line numberDiff line change
@@ -54,6 +54,9 @@ export interface DisassociateMemberCommandOutput extends DisassociateMemberRespo
5454
*
5555
* @throws {@link AccessDeniedException} (client fault)
5656
* <p>You do not have sufficient access to perform this action.</p>
57+
* <p>
58+
* For <code>Enable</code>, you receive this error if you attempt to use a feature in an unsupported Amazon Web Services Region.
59+
* </p>
5760
*
5861
* @throws {@link InternalServerException} (server fault)
5962
* <p>The request has failed due to an internal failure of the Amazon Inspector service.</p>

clients/client-inspector2/src/commands/EnableCommand.ts

+3
Original file line numberDiff line numberDiff line change
@@ -85,6 +85,9 @@ export interface EnableCommandOutput extends EnableResponse, __MetadataBearer {}
8585
*
8686
* @throws {@link AccessDeniedException} (client fault)
8787
* <p>You do not have sufficient access to perform this action.</p>
88+
* <p>
89+
* For <code>Enable</code>, you receive this error if you attempt to use a feature in an unsupported Amazon Web Services Region.
90+
* </p>
8891
*
8992
* @throws {@link InternalServerException} (server fault)
9093
* <p>The request has failed due to an internal failure of the Amazon Inspector service.</p>

clients/client-inspector2/src/commands/EnableDelegatedAdminAccountCommand.ts

+3
Original file line numberDiff line numberDiff line change
@@ -60,6 +60,9 @@ export interface EnableDelegatedAdminAccountCommandOutput
6060
*
6161
* @throws {@link AccessDeniedException} (client fault)
6262
* <p>You do not have sufficient access to perform this action.</p>
63+
* <p>
64+
* For <code>Enable</code>, you receive this error if you attempt to use a feature in an unsupported Amazon Web Services Region.
65+
* </p>
6366
*
6467
* @throws {@link ConflictException} (client fault)
6568
* <p>A conflict occurred.</p>

clients/client-inspector2/src/commands/GetCisScanReportCommand.ts

+3
Original file line numberDiff line numberDiff line change
@@ -59,6 +59,9 @@ export interface GetCisScanReportCommandOutput extends GetCisScanReportResponse,
5959
*
6060
* @throws {@link AccessDeniedException} (client fault)
6161
* <p>You do not have sufficient access to perform this action.</p>
62+
* <p>
63+
* For <code>Enable</code>, you receive this error if you attempt to use a feature in an unsupported Amazon Web Services Region.
64+
* </p>
6265
*
6366
* @throws {@link InternalServerException} (server fault)
6467
* <p>The request has failed due to an internal failure of the Amazon Inspector service.</p>

clients/client-inspector2/src/commands/GetCisScanResultDetailsCommand.ts

+3
Original file line numberDiff line numberDiff line change
@@ -108,6 +108,9 @@ export interface GetCisScanResultDetailsCommandOutput extends GetCisScanResultDe
108108
*
109109
* @throws {@link AccessDeniedException} (client fault)
110110
* <p>You do not have sufficient access to perform this action.</p>
111+
* <p>
112+
* For <code>Enable</code>, you receive this error if you attempt to use a feature in an unsupported Amazon Web Services Region.
113+
* </p>
111114
*
112115
* @throws {@link InternalServerException} (server fault)
113116
* <p>The request has failed due to an internal failure of the Amazon Inspector service.</p>

clients/client-inspector2/src/commands/GetDelegatedAdminAccountCommand.ts

+3
Original file line numberDiff line numberDiff line change
@@ -56,6 +56,9 @@ export interface GetDelegatedAdminAccountCommandOutput extends GetDelegatedAdmin
5656
*
5757
* @throws {@link AccessDeniedException} (client fault)
5858
* <p>You do not have sufficient access to perform this action.</p>
59+
* <p>
60+
* For <code>Enable</code>, you receive this error if you attempt to use a feature in an unsupported Amazon Web Services Region.
61+
* </p>
5962
*
6063
* @throws {@link InternalServerException} (server fault)
6164
* <p>The request has failed due to an internal failure of the Amazon Inspector service.</p>

clients/client-inspector2/src/commands/GetEc2DeepInspectionConfigurationCommand.ts

+3
Original file line numberDiff line numberDiff line change
@@ -68,6 +68,9 @@ export interface GetEc2DeepInspectionConfigurationCommandOutput
6868
*
6969
* @throws {@link AccessDeniedException} (client fault)
7070
* <p>You do not have sufficient access to perform this action.</p>
71+
* <p>
72+
* For <code>Enable</code>, you receive this error if you attempt to use a feature in an unsupported Amazon Web Services Region.
73+
* </p>
7174
*
7275
* @throws {@link InternalServerException} (server fault)
7376
* <p>The request has failed due to an internal failure of the Amazon Inspector service.</p>

clients/client-inspector2/src/commands/GetEncryptionKeyCommand.ts

+3
Original file line numberDiff line numberDiff line change
@@ -55,6 +55,9 @@ export interface GetEncryptionKeyCommandOutput extends GetEncryptionKeyResponse,
5555
*
5656
* @throws {@link AccessDeniedException} (client fault)
5757
* <p>You do not have sufficient access to perform this action.</p>
58+
* <p>
59+
* For <code>Enable</code>, you receive this error if you attempt to use a feature in an unsupported Amazon Web Services Region.
60+
* </p>
5861
*
5962
* @throws {@link InternalServerException} (server fault)
6063
* <p>The request has failed due to an internal failure of the Amazon Inspector service.</p>

clients/client-inspector2/src/commands/GetFindingsReportStatusCommand.ts

+3
Original file line numberDiff line numberDiff line change
@@ -190,6 +190,9 @@ export interface GetFindingsReportStatusCommandOutput extends GetFindingsReportS
190190
*
191191
* @throws {@link AccessDeniedException} (client fault)
192192
* <p>You do not have sufficient access to perform this action.</p>
193+
* <p>
194+
* For <code>Enable</code>, you receive this error if you attempt to use a feature in an unsupported Amazon Web Services Region.
195+
* </p>
193196
*
194197
* @throws {@link InternalServerException} (server fault)
195198
* <p>The request has failed due to an internal failure of the Amazon Inspector service.</p>

clients/client-inspector2/src/commands/GetMemberCommand.ts

+3
Original file line numberDiff line numberDiff line change
@@ -59,6 +59,9 @@ export interface GetMemberCommandOutput extends GetMemberResponse, __MetadataBea
5959
*
6060
* @throws {@link AccessDeniedException} (client fault)
6161
* <p>You do not have sufficient access to perform this action.</p>
62+
* <p>
63+
* For <code>Enable</code>, you receive this error if you attempt to use a feature in an unsupported Amazon Web Services Region.
64+
* </p>
6265
*
6366
* @throws {@link InternalServerException} (server fault)
6467
* <p>The request has failed due to an internal failure of the Amazon Inspector service.</p>

clients/client-inspector2/src/commands/GetSbomExportCommand.ts

+3
Original file line numberDiff line numberDiff line change
@@ -110,6 +110,9 @@ export interface GetSbomExportCommandOutput extends GetSbomExportResponse, __Met
110110
*
111111
* @throws {@link AccessDeniedException} (client fault)
112112
* <p>You do not have sufficient access to perform this action.</p>
113+
* <p>
114+
* For <code>Enable</code>, you receive this error if you attempt to use a feature in an unsupported Amazon Web Services Region.
115+
* </p>
113116
*
114117
* @throws {@link InternalServerException} (server fault)
115118
* <p>The request has failed due to an internal failure of the Amazon Inspector service.</p>

clients/client-inspector2/src/commands/ListAccountPermissionsCommand.ts

+3
Original file line numberDiff line numberDiff line change
@@ -62,6 +62,9 @@ export interface ListAccountPermissionsCommandOutput extends ListAccountPermissi
6262
*
6363
* @throws {@link AccessDeniedException} (client fault)
6464
* <p>You do not have sufficient access to perform this action.</p>
65+
* <p>
66+
* For <code>Enable</code>, you receive this error if you attempt to use a feature in an unsupported Amazon Web Services Region.
67+
* </p>
6568
*
6669
* @throws {@link InternalServerException} (server fault)
6770
* <p>The request has failed due to an internal failure of the Amazon Inspector service.</p>

clients/client-inspector2/src/commands/ListCisScanConfigurationsCommand.ts

+3
Original file line numberDiff line numberDiff line change
@@ -124,6 +124,9 @@ export interface ListCisScanConfigurationsCommandOutput extends ListCisScanConfi
124124
*
125125
* @throws {@link AccessDeniedException} (client fault)
126126
* <p>You do not have sufficient access to perform this action.</p>
127+
* <p>
128+
* For <code>Enable</code>, you receive this error if you attempt to use a feature in an unsupported Amazon Web Services Region.
129+
* </p>
127130
*
128131
* @throws {@link InternalServerException} (server fault)
129132
* <p>The request has failed due to an internal failure of the Amazon Inspector service.</p>

clients/client-inspector2/src/commands/ListCisScanResultsAggregatedByChecksCommand.ts

+3
Original file line numberDiff line numberDiff line change
@@ -120,6 +120,9 @@ export interface ListCisScanResultsAggregatedByChecksCommandOutput
120120
*
121121
* @throws {@link AccessDeniedException} (client fault)
122122
* <p>You do not have sufficient access to perform this action.</p>
123+
* <p>
124+
* For <code>Enable</code>, you receive this error if you attempt to use a feature in an unsupported Amazon Web Services Region.
125+
* </p>
123126
*
124127
* @throws {@link InternalServerException} (server fault)
125128
* <p>The request has failed due to an internal failure of the Amazon Inspector service.</p>

clients/client-inspector2/src/commands/ListCisScanResultsAggregatedByTargetResourceCommand.ts

+3
Original file line numberDiff line numberDiff line change
@@ -144,6 +144,9 @@ export interface ListCisScanResultsAggregatedByTargetResourceCommandOutput
144144
*
145145
* @throws {@link AccessDeniedException} (client fault)
146146
* <p>You do not have sufficient access to perform this action.</p>
147+
* <p>
148+
* For <code>Enable</code>, you receive this error if you attempt to use a feature in an unsupported Amazon Web Services Region.
149+
* </p>
147150
*
148151
* @throws {@link InternalServerException} (server fault)
149152
* <p>The request has failed due to an internal failure of the Amazon Inspector service.</p>

clients/client-inspector2/src/commands/ListCisScansCommand.ts

+3
Original file line numberDiff line numberDiff line change
@@ -141,6 +141,9 @@ export interface ListCisScansCommandOutput extends ListCisScansResponse, __Metad
141141
*
142142
* @throws {@link AccessDeniedException} (client fault)
143143
* <p>You do not have sufficient access to perform this action.</p>
144+
* <p>
145+
* For <code>Enable</code>, you receive this error if you attempt to use a feature in an unsupported Amazon Web Services Region.
146+
* </p>
144147
*
145148
* @throws {@link InternalServerException} (server fault)
146149
* <p>The request has failed due to an internal failure of the Amazon Inspector service.</p>

clients/client-inspector2/src/commands/ListDelegatedAdminAccountsCommand.ts

+3
Original file line numberDiff line numberDiff line change
@@ -62,6 +62,9 @@ export interface ListDelegatedAdminAccountsCommandOutput extends ListDelegatedAd
6262
*
6363
* @throws {@link AccessDeniedException} (client fault)
6464
* <p>You do not have sufficient access to perform this action.</p>
65+
* <p>
66+
* For <code>Enable</code>, you receive this error if you attempt to use a feature in an unsupported Amazon Web Services Region.
67+
* </p>
6568
*
6669
* @throws {@link InternalServerException} (server fault)
6770
* <p>The request has failed due to an internal failure of the Amazon Inspector service.</p>

clients/client-inspector2/src/commands/ListFiltersCommand.ts

+3
Original file line numberDiff line numberDiff line change
@@ -202,6 +202,9 @@ export interface ListFiltersCommandOutput extends ListFiltersResponse, __Metadat
202202
*
203203
* @throws {@link AccessDeniedException} (client fault)
204204
* <p>You do not have sufficient access to perform this action.</p>
205+
* <p>
206+
* For <code>Enable</code>, you receive this error if you attempt to use a feature in an unsupported Amazon Web Services Region.
207+
* </p>
205208
*
206209
* @throws {@link InternalServerException} (server fault)
207210
* <p>The request has failed due to an internal failure of the Amazon Inspector service.</p>

0 commit comments

Comments
 (0)