Skip to content

Commit 6298464

Browse files
committed
docs(clients): codegen for command errors
1 parent e18aaa7 commit 6298464

File tree

13,115 files changed

+108613
-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.

13,115 files changed

+108613
-0
lines changed

clients/client-accessanalyzer/src/commands/ApplyArchiveRuleCommand.ts

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -46,6 +46,12 @@ export interface ApplyArchiveRuleCommandOutput extends __MetadataBearer {}
4646
* @see {@link ApplyArchiveRuleCommandOutput} for command's `response` shape.
4747
* @see {@link AccessAnalyzerClientResolvedConfig | config} for AccessAnalyzerClient's `config` shape.
4848
*
49+
* @throws {@link AccessDeniedException} (client fault) <p>You do not have sufficient access to perform this action.</p>
50+
* @throws {@link InternalServerException} (server fault) <p>Internal server error.</p>
51+
* @throws {@link ResourceNotFoundException} (client fault) <p>The specified resource could not be found.</p>
52+
* @throws {@link ThrottlingException} (client fault) <p>Throttling limit exceeded error.</p>
53+
* @throws {@link ValidationException} (client fault) <p>Validation exception error.</p>
54+
*
4955
*/
5056
export class ApplyArchiveRuleCommand extends $Command<
5157
ApplyArchiveRuleCommandInput,

clients/client-accessanalyzer/src/commands/CancelPolicyGenerationCommand.ts

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -50,6 +50,11 @@ export interface CancelPolicyGenerationCommandOutput extends CancelPolicyGenerat
5050
* @see {@link CancelPolicyGenerationCommandOutput} for command's `response` shape.
5151
* @see {@link AccessAnalyzerClientResolvedConfig | config} for AccessAnalyzerClient's `config` shape.
5252
*
53+
* @throws {@link AccessDeniedException} (client fault) <p>You do not have sufficient access to perform this action.</p>
54+
* @throws {@link InternalServerException} (server fault) <p>Internal server error.</p>
55+
* @throws {@link ThrottlingException} (client fault) <p>Throttling limit exceeded error.</p>
56+
* @throws {@link ValidationException} (client fault) <p>Validation exception error.</p>
57+
*
5358
*/
5459
export class CancelPolicyGenerationCommand extends $Command<
5560
CancelPolicyGenerationCommandInput,

clients/client-accessanalyzer/src/commands/CreateAccessPreviewCommand.ts

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -51,6 +51,14 @@ export interface CreateAccessPreviewCommandOutput extends CreateAccessPreviewRes
5151
* @see {@link CreateAccessPreviewCommandOutput} for command's `response` shape.
5252
* @see {@link AccessAnalyzerClientResolvedConfig | config} for AccessAnalyzerClient's `config` shape.
5353
*
54+
* @throws {@link AccessDeniedException} (client fault) <p>You do not have sufficient access to perform this action.</p>
55+
* @throws {@link ConflictException} (client fault) <p>A conflict exception error.</p>
56+
* @throws {@link InternalServerException} (server fault) <p>Internal server error.</p>
57+
* @throws {@link ResourceNotFoundException} (client fault) <p>The specified resource could not be found.</p>
58+
* @throws {@link ServiceQuotaExceededException} (client fault) <p>Service quote met error.</p>
59+
* @throws {@link ThrottlingException} (client fault) <p>Throttling limit exceeded error.</p>
60+
* @throws {@link ValidationException} (client fault) <p>Validation exception error.</p>
61+
*
5462
*/
5563
export class CreateAccessPreviewCommand extends $Command<
5664
CreateAccessPreviewCommandInput,

clients/client-accessanalyzer/src/commands/CreateAnalyzerCommand.ts

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -50,6 +50,13 @@ export interface CreateAnalyzerCommandOutput extends CreateAnalyzerResponse, __M
5050
* @see {@link CreateAnalyzerCommandOutput} for command's `response` shape.
5151
* @see {@link AccessAnalyzerClientResolvedConfig | config} for AccessAnalyzerClient's `config` shape.
5252
*
53+
* @throws {@link AccessDeniedException} (client fault) <p>You do not have sufficient access to perform this action.</p>
54+
* @throws {@link ConflictException} (client fault) <p>A conflict exception error.</p>
55+
* @throws {@link InternalServerException} (server fault) <p>Internal server error.</p>
56+
* @throws {@link ServiceQuotaExceededException} (client fault) <p>Service quote met error.</p>
57+
* @throws {@link ThrottlingException} (client fault) <p>Throttling limit exceeded error.</p>
58+
* @throws {@link ValidationException} (client fault) <p>Validation exception error.</p>
59+
*
5360
*/
5461
export class CreateAnalyzerCommand extends $Command<
5562
CreateAnalyzerCommandInput,

clients/client-accessanalyzer/src/commands/CreateArchiveRuleCommand.ts

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -47,6 +47,14 @@ export interface CreateArchiveRuleCommandOutput extends __MetadataBearer {}
4747
* @see {@link CreateArchiveRuleCommandOutput} for command's `response` shape.
4848
* @see {@link AccessAnalyzerClientResolvedConfig | config} for AccessAnalyzerClient's `config` shape.
4949
*
50+
* @throws {@link AccessDeniedException} (client fault) <p>You do not have sufficient access to perform this action.</p>
51+
* @throws {@link ConflictException} (client fault) <p>A conflict exception error.</p>
52+
* @throws {@link InternalServerException} (server fault) <p>Internal server error.</p>
53+
* @throws {@link ResourceNotFoundException} (client fault) <p>The specified resource could not be found.</p>
54+
* @throws {@link ServiceQuotaExceededException} (client fault) <p>Service quote met error.</p>
55+
* @throws {@link ThrottlingException} (client fault) <p>Throttling limit exceeded error.</p>
56+
* @throws {@link ValidationException} (client fault) <p>Validation exception error.</p>
57+
*
5058
*/
5159
export class CreateArchiveRuleCommand extends $Command<
5260
CreateArchiveRuleCommandInput,

clients/client-accessanalyzer/src/commands/DeleteAnalyzerCommand.ts

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -47,6 +47,12 @@ export interface DeleteAnalyzerCommandOutput extends __MetadataBearer {}
4747
* @see {@link DeleteAnalyzerCommandOutput} for command's `response` shape.
4848
* @see {@link AccessAnalyzerClientResolvedConfig | config} for AccessAnalyzerClient's `config` shape.
4949
*
50+
* @throws {@link AccessDeniedException} (client fault) <p>You do not have sufficient access to perform this action.</p>
51+
* @throws {@link InternalServerException} (server fault) <p>Internal server error.</p>
52+
* @throws {@link ResourceNotFoundException} (client fault) <p>The specified resource could not be found.</p>
53+
* @throws {@link ThrottlingException} (client fault) <p>Throttling limit exceeded error.</p>
54+
* @throws {@link ValidationException} (client fault) <p>Validation exception error.</p>
55+
*
5056
*/
5157
export class DeleteAnalyzerCommand extends $Command<
5258
DeleteAnalyzerCommandInput,

clients/client-accessanalyzer/src/commands/DeleteArchiveRuleCommand.ts

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -45,6 +45,12 @@ export interface DeleteArchiveRuleCommandOutput extends __MetadataBearer {}
4545
* @see {@link DeleteArchiveRuleCommandOutput} for command's `response` shape.
4646
* @see {@link AccessAnalyzerClientResolvedConfig | config} for AccessAnalyzerClient's `config` shape.
4747
*
48+
* @throws {@link AccessDeniedException} (client fault) <p>You do not have sufficient access to perform this action.</p>
49+
* @throws {@link InternalServerException} (server fault) <p>Internal server error.</p>
50+
* @throws {@link ResourceNotFoundException} (client fault) <p>The specified resource could not be found.</p>
51+
* @throws {@link ThrottlingException} (client fault) <p>Throttling limit exceeded error.</p>
52+
* @throws {@link ValidationException} (client fault) <p>Validation exception error.</p>
53+
*
4854
*/
4955
export class DeleteArchiveRuleCommand extends $Command<
5056
DeleteArchiveRuleCommandInput,

clients/client-accessanalyzer/src/commands/GetAccessPreviewCommand.ts

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -50,6 +50,12 @@ export interface GetAccessPreviewCommandOutput extends GetAccessPreviewResponse,
5050
* @see {@link GetAccessPreviewCommandOutput} for command's `response` shape.
5151
* @see {@link AccessAnalyzerClientResolvedConfig | config} for AccessAnalyzerClient's `config` shape.
5252
*
53+
* @throws {@link AccessDeniedException} (client fault) <p>You do not have sufficient access to perform this action.</p>
54+
* @throws {@link InternalServerException} (server fault) <p>Internal server error.</p>
55+
* @throws {@link ResourceNotFoundException} (client fault) <p>The specified resource could not be found.</p>
56+
* @throws {@link ThrottlingException} (client fault) <p>Throttling limit exceeded error.</p>
57+
* @throws {@link ValidationException} (client fault) <p>Validation exception error.</p>
58+
*
5359
*/
5460
export class GetAccessPreviewCommand extends $Command<
5561
GetAccessPreviewCommandInput,

clients/client-accessanalyzer/src/commands/GetAnalyzedResourceCommand.ts

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -50,6 +50,12 @@ export interface GetAnalyzedResourceCommandOutput extends GetAnalyzedResourceRes
5050
* @see {@link GetAnalyzedResourceCommandOutput} for command's `response` shape.
5151
* @see {@link AccessAnalyzerClientResolvedConfig | config} for AccessAnalyzerClient's `config` shape.
5252
*
53+
* @throws {@link AccessDeniedException} (client fault) <p>You do not have sufficient access to perform this action.</p>
54+
* @throws {@link InternalServerException} (server fault) <p>Internal server error.</p>
55+
* @throws {@link ResourceNotFoundException} (client fault) <p>The specified resource could not be found.</p>
56+
* @throws {@link ThrottlingException} (client fault) <p>Throttling limit exceeded error.</p>
57+
* @throws {@link ValidationException} (client fault) <p>Validation exception error.</p>
58+
*
5359
*/
5460
export class GetAnalyzedResourceCommand extends $Command<
5561
GetAnalyzedResourceCommandInput,

clients/client-accessanalyzer/src/commands/GetAnalyzerCommand.ts

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -50,6 +50,12 @@ export interface GetAnalyzerCommandOutput extends GetAnalyzerResponse, __Metadat
5050
* @see {@link GetAnalyzerCommandOutput} for command's `response` shape.
5151
* @see {@link AccessAnalyzerClientResolvedConfig | config} for AccessAnalyzerClient's `config` shape.
5252
*
53+
* @throws {@link AccessDeniedException} (client fault) <p>You do not have sufficient access to perform this action.</p>
54+
* @throws {@link InternalServerException} (server fault) <p>Internal server error.</p>
55+
* @throws {@link ResourceNotFoundException} (client fault) <p>The specified resource could not be found.</p>
56+
* @throws {@link ThrottlingException} (client fault) <p>Throttling limit exceeded error.</p>
57+
* @throws {@link ValidationException} (client fault) <p>Validation exception error.</p>
58+
*
5359
*/
5460
export class GetAnalyzerCommand extends $Command<
5561
GetAnalyzerCommandInput,

clients/client-accessanalyzer/src/commands/GetArchiveRuleCommand.ts

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -51,6 +51,12 @@ export interface GetArchiveRuleCommandOutput extends GetArchiveRuleResponse, __M
5151
* @see {@link GetArchiveRuleCommandOutput} for command's `response` shape.
5252
* @see {@link AccessAnalyzerClientResolvedConfig | config} for AccessAnalyzerClient's `config` shape.
5353
*
54+
* @throws {@link AccessDeniedException} (client fault) <p>You do not have sufficient access to perform this action.</p>
55+
* @throws {@link InternalServerException} (server fault) <p>Internal server error.</p>
56+
* @throws {@link ResourceNotFoundException} (client fault) <p>The specified resource could not be found.</p>
57+
* @throws {@link ThrottlingException} (client fault) <p>Throttling limit exceeded error.</p>
58+
* @throws {@link ValidationException} (client fault) <p>Validation exception error.</p>
59+
*
5460
*/
5561
export class GetArchiveRuleCommand extends $Command<
5662
GetArchiveRuleCommandInput,

clients/client-accessanalyzer/src/commands/GetFindingCommand.ts

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -50,6 +50,12 @@ export interface GetFindingCommandOutput extends GetFindingResponse, __MetadataB
5050
* @see {@link GetFindingCommandOutput} for command's `response` shape.
5151
* @see {@link AccessAnalyzerClientResolvedConfig | config} for AccessAnalyzerClient's `config` shape.
5252
*
53+
* @throws {@link AccessDeniedException} (client fault) <p>You do not have sufficient access to perform this action.</p>
54+
* @throws {@link InternalServerException} (server fault) <p>Internal server error.</p>
55+
* @throws {@link ResourceNotFoundException} (client fault) <p>The specified resource could not be found.</p>
56+
* @throws {@link ThrottlingException} (client fault) <p>Throttling limit exceeded error.</p>
57+
* @throws {@link ValidationException} (client fault) <p>Validation exception error.</p>
58+
*
5359
*/
5460
export class GetFindingCommand extends $Command<
5561
GetFindingCommandInput,

clients/client-accessanalyzer/src/commands/GetGeneratedPolicyCommand.ts

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -51,6 +51,11 @@ export interface GetGeneratedPolicyCommandOutput extends GetGeneratedPolicyRespo
5151
* @see {@link GetGeneratedPolicyCommandOutput} for command's `response` shape.
5252
* @see {@link AccessAnalyzerClientResolvedConfig | config} for AccessAnalyzerClient's `config` shape.
5353
*
54+
* @throws {@link AccessDeniedException} (client fault) <p>You do not have sufficient access to perform this action.</p>
55+
* @throws {@link InternalServerException} (server fault) <p>Internal server error.</p>
56+
* @throws {@link ThrottlingException} (client fault) <p>Throttling limit exceeded error.</p>
57+
* @throws {@link ValidationException} (client fault) <p>Validation exception error.</p>
58+
*
5459
*/
5560
export class GetGeneratedPolicyCommand extends $Command<
5661
GetGeneratedPolicyCommandInput,

clients/client-accessanalyzer/src/commands/ListAccessPreviewFindingsCommand.ts

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -51,6 +51,13 @@ export interface ListAccessPreviewFindingsCommandOutput extends ListAccessPrevie
5151
* @see {@link ListAccessPreviewFindingsCommandOutput} for command's `response` shape.
5252
* @see {@link AccessAnalyzerClientResolvedConfig | config} for AccessAnalyzerClient's `config` shape.
5353
*
54+
* @throws {@link AccessDeniedException} (client fault) <p>You do not have sufficient access to perform this action.</p>
55+
* @throws {@link ConflictException} (client fault) <p>A conflict exception error.</p>
56+
* @throws {@link InternalServerException} (server fault) <p>Internal server error.</p>
57+
* @throws {@link ResourceNotFoundException} (client fault) <p>The specified resource could not be found.</p>
58+
* @throws {@link ThrottlingException} (client fault) <p>Throttling limit exceeded error.</p>
59+
* @throws {@link ValidationException} (client fault) <p>Validation exception error.</p>
60+
*
5461
*/
5562
export class ListAccessPreviewFindingsCommand extends $Command<
5663
ListAccessPreviewFindingsCommandInput,

clients/client-accessanalyzer/src/commands/ListAccessPreviewsCommand.ts

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -50,6 +50,12 @@ export interface ListAccessPreviewsCommandOutput extends ListAccessPreviewsRespo
5050
* @see {@link ListAccessPreviewsCommandOutput} for command's `response` shape.
5151
* @see {@link AccessAnalyzerClientResolvedConfig | config} for AccessAnalyzerClient's `config` shape.
5252
*
53+
* @throws {@link AccessDeniedException} (client fault) <p>You do not have sufficient access to perform this action.</p>
54+
* @throws {@link InternalServerException} (server fault) <p>Internal server error.</p>
55+
* @throws {@link ResourceNotFoundException} (client fault) <p>The specified resource could not be found.</p>
56+
* @throws {@link ThrottlingException} (client fault) <p>Throttling limit exceeded error.</p>
57+
* @throws {@link ValidationException} (client fault) <p>Validation exception error.</p>
58+
*
5359
*/
5460
export class ListAccessPreviewsCommand extends $Command<
5561
ListAccessPreviewsCommandInput,

clients/client-accessanalyzer/src/commands/ListAnalyzedResourcesCommand.ts

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -51,6 +51,12 @@ export interface ListAnalyzedResourcesCommandOutput extends ListAnalyzedResource
5151
* @see {@link ListAnalyzedResourcesCommandOutput} for command's `response` shape.
5252
* @see {@link AccessAnalyzerClientResolvedConfig | config} for AccessAnalyzerClient's `config` shape.
5353
*
54+
* @throws {@link AccessDeniedException} (client fault) <p>You do not have sufficient access to perform this action.</p>
55+
* @throws {@link InternalServerException} (server fault) <p>Internal server error.</p>
56+
* @throws {@link ResourceNotFoundException} (client fault) <p>The specified resource could not be found.</p>
57+
* @throws {@link ThrottlingException} (client fault) <p>Throttling limit exceeded error.</p>
58+
* @throws {@link ValidationException} (client fault) <p>Validation exception error.</p>
59+
*
5460
*/
5561
export class ListAnalyzedResourcesCommand extends $Command<
5662
ListAnalyzedResourcesCommandInput,

clients/client-accessanalyzer/src/commands/ListAnalyzersCommand.ts

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -50,6 +50,11 @@ export interface ListAnalyzersCommandOutput extends ListAnalyzersResponse, __Met
5050
* @see {@link ListAnalyzersCommandOutput} for command's `response` shape.
5151
* @see {@link AccessAnalyzerClientResolvedConfig | config} for AccessAnalyzerClient's `config` shape.
5252
*
53+
* @throws {@link AccessDeniedException} (client fault) <p>You do not have sufficient access to perform this action.</p>
54+
* @throws {@link InternalServerException} (server fault) <p>Internal server error.</p>
55+
* @throws {@link ThrottlingException} (client fault) <p>Throttling limit exceeded error.</p>
56+
* @throws {@link ValidationException} (client fault) <p>Validation exception error.</p>
57+
*
5358
*/
5459
export class ListAnalyzersCommand extends $Command<
5560
ListAnalyzersCommandInput,

clients/client-accessanalyzer/src/commands/ListArchiveRulesCommand.ts

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -50,6 +50,11 @@ export interface ListArchiveRulesCommandOutput extends ListArchiveRulesResponse,
5050
* @see {@link ListArchiveRulesCommandOutput} for command's `response` shape.
5151
* @see {@link AccessAnalyzerClientResolvedConfig | config} for AccessAnalyzerClient's `config` shape.
5252
*
53+
* @throws {@link AccessDeniedException} (client fault) <p>You do not have sufficient access to perform this action.</p>
54+
* @throws {@link InternalServerException} (server fault) <p>Internal server error.</p>
55+
* @throws {@link ThrottlingException} (client fault) <p>Throttling limit exceeded error.</p>
56+
* @throws {@link ValidationException} (client fault) <p>Validation exception error.</p>
57+
*
5358
*/
5459
export class ListArchiveRulesCommand extends $Command<
5560
ListArchiveRulesCommandInput,

clients/client-accessanalyzer/src/commands/ListFindingsCommand.ts

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -51,6 +51,12 @@ export interface ListFindingsCommandOutput extends ListFindingsResponse, __Metad
5151
* @see {@link ListFindingsCommandOutput} for command's `response` shape.
5252
* @see {@link AccessAnalyzerClientResolvedConfig | config} for AccessAnalyzerClient's `config` shape.
5353
*
54+
* @throws {@link AccessDeniedException} (client fault) <p>You do not have sufficient access to perform this action.</p>
55+
* @throws {@link InternalServerException} (server fault) <p>Internal server error.</p>
56+
* @throws {@link ResourceNotFoundException} (client fault) <p>The specified resource could not be found.</p>
57+
* @throws {@link ThrottlingException} (client fault) <p>Throttling limit exceeded error.</p>
58+
* @throws {@link ValidationException} (client fault) <p>Validation exception error.</p>
59+
*
5460
*/
5561
export class ListFindingsCommand extends $Command<
5662
ListFindingsCommandInput,

clients/client-accessanalyzer/src/commands/ListPolicyGenerationsCommand.ts

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -50,6 +50,11 @@ export interface ListPolicyGenerationsCommandOutput extends ListPolicyGeneration
5050
* @see {@link ListPolicyGenerationsCommandOutput} for command's `response` shape.
5151
* @see {@link AccessAnalyzerClientResolvedConfig | config} for AccessAnalyzerClient's `config` shape.
5252
*
53+
* @throws {@link AccessDeniedException} (client fault) <p>You do not have sufficient access to perform this action.</p>
54+
* @throws {@link InternalServerException} (server fault) <p>Internal server error.</p>
55+
* @throws {@link ThrottlingException} (client fault) <p>Throttling limit exceeded error.</p>
56+
* @throws {@link ValidationException} (client fault) <p>Validation exception error.</p>
57+
*
5358
*/
5459
export class ListPolicyGenerationsCommand extends $Command<
5560
ListPolicyGenerationsCommandInput,

clients/client-accessanalyzer/src/commands/ListTagsForResourceCommand.ts

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -50,6 +50,12 @@ export interface ListTagsForResourceCommandOutput extends ListTagsForResourceRes
5050
* @see {@link ListTagsForResourceCommandOutput} for command's `response` shape.
5151
* @see {@link AccessAnalyzerClientResolvedConfig | config} for AccessAnalyzerClient's `config` shape.
5252
*
53+
* @throws {@link AccessDeniedException} (client fault) <p>You do not have sufficient access to perform this action.</p>
54+
* @throws {@link InternalServerException} (server fault) <p>Internal server error.</p>
55+
* @throws {@link ResourceNotFoundException} (client fault) <p>The specified resource could not be found.</p>
56+
* @throws {@link ThrottlingException} (client fault) <p>Throttling limit exceeded error.</p>
57+
* @throws {@link ValidationException} (client fault) <p>Validation exception error.</p>
58+
*
5359
*/
5460
export class ListTagsForResourceCommand extends $Command<
5561
ListTagsForResourceCommandInput,

clients/client-accessanalyzer/src/commands/StartPolicyGenerationCommand.ts

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -50,6 +50,13 @@ export interface StartPolicyGenerationCommandOutput extends StartPolicyGeneratio
5050
* @see {@link StartPolicyGenerationCommandOutput} for command's `response` shape.
5151
* @see {@link AccessAnalyzerClientResolvedConfig | config} for AccessAnalyzerClient's `config` shape.
5252
*
53+
* @throws {@link AccessDeniedException} (client fault) <p>You do not have sufficient access to perform this action.</p>
54+
* @throws {@link ConflictException} (client fault) <p>A conflict exception error.</p>
55+
* @throws {@link InternalServerException} (server fault) <p>Internal server error.</p>
56+
* @throws {@link ServiceQuotaExceededException} (client fault) <p>Service quote met error.</p>
57+
* @throws {@link ThrottlingException} (client fault) <p>Throttling limit exceeded error.</p>
58+
* @throws {@link ValidationException} (client fault) <p>Validation exception error.</p>
59+
*
5360
*/
5461
export class StartPolicyGenerationCommand extends $Command<
5562
StartPolicyGenerationCommandInput,

0 commit comments

Comments
 (0)