File tree Expand file tree Collapse file tree 3 files changed +28
-0
lines changed
clients/client-cognito-identity-provider/src/commands
codegen/sdk-codegen/aws-models Expand file tree Collapse file tree 3 files changed +28
-0
lines changed Original file line number Diff line number Diff line change @@ -78,13 +78,21 @@ export interface DeleteWebAuthnCredentialCommandOutput extends DeleteWebAuthnCre
78
78
* <p>This exception is thrown when the Amazon Cognito service encounters an invalid
79
79
* parameter.</p>
80
80
*
81
+ * @throws {@link LimitExceededException } (client fault)
82
+ * <p>This exception is thrown when a user exceeds the limit for a requested Amazon Web Services
83
+ * resource.</p>
84
+ *
81
85
* @throws {@link NotAuthorizedException } (client fault)
82
86
* <p>This exception is thrown when a user isn't authorized.</p>
83
87
*
84
88
* @throws {@link ResourceNotFoundException } (client fault)
85
89
* <p>This exception is thrown when the Amazon Cognito service can't find the requested
86
90
* resource.</p>
87
91
*
92
+ * @throws {@link TooManyRequestsException } (client fault)
93
+ * <p>This exception is thrown when the user has made too many requests for a given
94
+ * operation.</p>
95
+ *
88
96
* @throws {@link CognitoIdentityProviderServiceException }
89
97
* <p>Base exception class for all service exceptions from CognitoIdentityProvider service.</p>
90
98
*
Original file line number Diff line number Diff line change @@ -93,9 +93,17 @@ export interface ListWebAuthnCredentialsCommandOutput extends ListWebAuthnCreden
93
93
* <p>This exception is thrown when the Amazon Cognito service encounters an invalid
94
94
* parameter.</p>
95
95
*
96
+ * @throws {@link LimitExceededException } (client fault)
97
+ * <p>This exception is thrown when a user exceeds the limit for a requested Amazon Web Services
98
+ * resource.</p>
99
+ *
96
100
* @throws {@link NotAuthorizedException } (client fault)
97
101
* <p>This exception is thrown when a user isn't authorized.</p>
98
102
*
103
+ * @throws {@link TooManyRequestsException } (client fault)
104
+ * <p>This exception is thrown when the user has made too many requests for a given
105
+ * operation.</p>
106
+ *
99
107
* @throws {@link CognitoIdentityProviderServiceException }
100
108
* <p>Base exception class for all service exceptions from CognitoIdentityProvider service.</p>
101
109
*
Original file line number Diff line number Diff line change 8108
8108
{
8109
8109
"target": "com.amazonaws.cognitoidentityprovider#InvalidParameterException"
8110
8110
},
8111
+ {
8112
+ "target": "com.amazonaws.cognitoidentityprovider#LimitExceededException"
8113
+ },
8111
8114
{
8112
8115
"target": "com.amazonaws.cognitoidentityprovider#NotAuthorizedException"
8113
8116
},
8114
8117
{
8115
8118
"target": "com.amazonaws.cognitoidentityprovider#ResourceNotFoundException"
8119
+ },
8120
+ {
8121
+ "target": "com.amazonaws.cognitoidentityprovider#TooManyRequestsException"
8116
8122
}
8117
8123
],
8118
8124
"traits": {
12491
12497
{
12492
12498
"target": "com.amazonaws.cognitoidentityprovider#InvalidParameterException"
12493
12499
},
12500
+ {
12501
+ "target": "com.amazonaws.cognitoidentityprovider#LimitExceededException"
12502
+ },
12494
12503
{
12495
12504
"target": "com.amazonaws.cognitoidentityprovider#NotAuthorizedException"
12505
+ },
12506
+ {
12507
+ "target": "com.amazonaws.cognitoidentityprovider#TooManyRequestsException"
12496
12508
}
12497
12509
],
12498
12510
"traits": {
You can’t perform that action at this time.
0 commit comments