|
879 | 879 | }, |
880 | 880 | "AccessDeniedException":{ |
881 | 881 | "type":"structure", |
882 | | - "members":{ |
883 | | - }, |
| 882 | + "members":{}, |
884 | 883 | "documentation":"<p>An error occurred because user does not have permissions to access the resource. Returns HTTP status code 403.</p>", |
885 | 884 | "error":{"httpStatusCode":403}, |
886 | 885 | "exception":true |
|
1591 | 1590 | }, |
1592 | 1591 | "ConflictException":{ |
1593 | 1592 | "type":"structure", |
1594 | | - "members":{ |
1595 | | - }, |
| 1593 | + "members":{}, |
1596 | 1594 | "documentation":"<p>An error occurred because the client attempts to remove a resource that is currently in use. Returns HTTP status code 409.</p>", |
1597 | 1595 | "error":{"httpStatusCode":409}, |
1598 | 1596 | "exception":true |
|
2342 | 2340 | "DisableTimestamp":{"type":"timestamp"}, |
2343 | 2341 | "DisabledOperationException":{ |
2344 | 2342 | "type":"structure", |
2345 | | - "members":{ |
2346 | | - }, |
| 2343 | + "members":{}, |
2347 | 2344 | "documentation":"<p>An error occured because the client wanted to access a not supported operation. Gives http status code of 409.</p>", |
2348 | 2345 | "error":{"httpStatusCode":409}, |
2349 | 2346 | "exception":true |
|
3283 | 3280 | "IntegerClass":{"type":"integer"}, |
3284 | 3281 | "InternalException":{ |
3285 | 3282 | "type":"structure", |
3286 | | - "members":{ |
3287 | | - }, |
| 3283 | + "members":{}, |
3288 | 3284 | "documentation":"<p>The request processing has failed because of an unknown error, exception or failure (the failure is internal to the service) . Gives http status code of 500.</p>", |
3289 | 3285 | "error":{"httpStatusCode":500}, |
3290 | 3286 | "exception":true |
3291 | 3287 | }, |
3292 | 3288 | "InvalidPaginationTokenException":{ |
3293 | 3289 | "type":"structure", |
3294 | | - "members":{ |
3295 | | - }, |
| 3290 | + "members":{}, |
3296 | 3291 | "documentation":"<p>The request processing has failed because of invalid pagination token provided by customer. Returns an HTTP status code of 400. </p>", |
3297 | 3292 | "error":{"httpStatusCode":400}, |
3298 | 3293 | "exception":true |
3299 | 3294 | }, |
3300 | 3295 | "InvalidTypeException":{ |
3301 | 3296 | "type":"structure", |
3302 | | - "members":{ |
3303 | | - }, |
| 3297 | + "members":{}, |
3304 | 3298 | "documentation":"<p>An exception for trying to create or access sub-resource that is either invalid or not supported. Gives http status code of 409.</p>", |
3305 | 3299 | "error":{"httpStatusCode":409}, |
3306 | 3300 | "exception":true |
|
3318 | 3312 | "LastUpdated":{"type":"timestamp"}, |
3319 | 3313 | "LimitExceededException":{ |
3320 | 3314 | "type":"structure", |
3321 | | - "members":{ |
3322 | | - }, |
| 3315 | + "members":{}, |
3323 | 3316 | "documentation":"<p>An exception for trying to create more than allowed resources or sub-resources. Gives http status code of 409.</p>", |
3324 | 3317 | "error":{"httpStatusCode":409}, |
3325 | 3318 | "exception":true |
|
4240 | 4233 | }, |
4241 | 4234 | "ResourceAlreadyExistsException":{ |
4242 | 4235 | "type":"structure", |
4243 | | - "members":{ |
4244 | | - }, |
| 4236 | + "members":{}, |
4245 | 4237 | "documentation":"<p>An exception for creating a resource that already exists. Gives http status code of 400.</p>", |
4246 | 4238 | "error":{"httpStatusCode":409}, |
4247 | 4239 | "exception":true |
4248 | 4240 | }, |
4249 | 4241 | "ResourceNotFoundException":{ |
4250 | 4242 | "type":"structure", |
4251 | | - "members":{ |
4252 | | - }, |
| 4243 | + "members":{}, |
4253 | 4244 | "documentation":"<p>An exception for accessing or deleting a resource that does not exist. Gives http status code of 400.</p>", |
4254 | 4245 | "error":{"httpStatusCode":409}, |
4255 | 4246 | "exception":true |
|
4276 | 4267 | }, |
4277 | 4268 | "RevokeVpcEndpointAccessResponse":{ |
4278 | 4269 | "type":"structure", |
4279 | | - "members":{ |
4280 | | - }, |
| 4270 | + "members":{}, |
4281 | 4271 | "documentation":"<p>Container for response parameters to the <code><a>RevokeVpcEndpointAccess</a></code> operation. The response body for this operation is empty.</p>" |
4282 | 4272 | }, |
4283 | 4273 | "RoleArn":{ |
|
4942 | 4932 | }, |
4943 | 4933 | "ValidationException":{ |
4944 | 4934 | "type":"structure", |
4945 | | - "members":{ |
4946 | | - }, |
| 4935 | + "members":{}, |
4947 | 4936 | "documentation":"<p>An exception for missing / invalid input fields. Gives http status code of 400.</p>", |
4948 | 4937 | "error":{"httpStatusCode":400}, |
4949 | 4938 | "exception":true |
|
0 commit comments