@@ -378,21 +378,21 @@ class UpdateRuntimeOn(StrEnum):
378378
379379class CodeSigningConfigNotFoundException (ServiceException ):
380380 code : str = "CodeSigningConfigNotFoundException"
381- sender_fault : bool = False
381+ sender_fault : bool = True
382382 status_code : int = 404
383383 Type : Optional [String ]
384384
385385
386386class CodeStorageExceededException (ServiceException ):
387387 code : str = "CodeStorageExceededException"
388- sender_fault : bool = False
388+ sender_fault : bool = True
389389 status_code : int = 400
390390 Type : Optional [String ]
391391
392392
393393class CodeVerificationFailedException (ServiceException ):
394394 code : str = "CodeVerificationFailedException"
395- sender_fault : bool = False
395+ sender_fault : bool = True
396396 status_code : int = 400
397397 Type : Optional [String ]
398398
@@ -421,28 +421,28 @@ class EC2UnexpectedException(ServiceException):
421421
422422class EFSIOException (ServiceException ):
423423 code : str = "EFSIOException"
424- sender_fault : bool = False
424+ sender_fault : bool = True
425425 status_code : int = 410
426426 Type : Optional [String ]
427427
428428
429429class EFSMountConnectivityException (ServiceException ):
430430 code : str = "EFSMountConnectivityException"
431- sender_fault : bool = False
431+ sender_fault : bool = True
432432 status_code : int = 408
433433 Type : Optional [String ]
434434
435435
436436class EFSMountFailureException (ServiceException ):
437437 code : str = "EFSMountFailureException"
438- sender_fault : bool = False
438+ sender_fault : bool = True
439439 status_code : int = 403
440440 Type : Optional [String ]
441441
442442
443443class EFSMountTimeoutException (ServiceException ):
444444 code : str = "EFSMountTimeoutException"
445- sender_fault : bool = False
445+ sender_fault : bool = True
446446 status_code : int = 408
447447 Type : Optional [String ]
448448
@@ -456,21 +456,21 @@ class ENILimitReachedException(ServiceException):
456456
457457class InvalidCodeSignatureException (ServiceException ):
458458 code : str = "InvalidCodeSignatureException"
459- sender_fault : bool = False
459+ sender_fault : bool = True
460460 status_code : int = 400
461461 Type : Optional [String ]
462462
463463
464464class InvalidParameterValueException (ServiceException ):
465465 code : str = "InvalidParameterValueException"
466- sender_fault : bool = False
466+ sender_fault : bool = True
467467 status_code : int = 400
468468 Type : Optional [String ]
469469
470470
471471class InvalidRequestContentException (ServiceException ):
472472 code : str = "InvalidRequestContentException"
473- sender_fault : bool = False
473+ sender_fault : bool = True
474474 status_code : int = 400
475475 Type : Optional [String ]
476476
@@ -533,56 +533,56 @@ class KMSNotFoundException(ServiceException):
533533
534534class PolicyLengthExceededException (ServiceException ):
535535 code : str = "PolicyLengthExceededException"
536- sender_fault : bool = False
536+ sender_fault : bool = True
537537 status_code : int = 400
538538 Type : Optional [String ]
539539
540540
541541class PreconditionFailedException (ServiceException ):
542542 code : str = "PreconditionFailedException"
543- sender_fault : bool = False
543+ sender_fault : bool = True
544544 status_code : int = 412
545545 Type : Optional [String ]
546546
547547
548548class ProvisionedConcurrencyConfigNotFoundException (ServiceException ):
549549 code : str = "ProvisionedConcurrencyConfigNotFoundException"
550- sender_fault : bool = False
550+ sender_fault : bool = True
551551 status_code : int = 404
552552 Type : Optional [String ]
553553
554554
555555class RecursiveInvocationException (ServiceException ):
556556 code : str = "RecursiveInvocationException"
557- sender_fault : bool = False
557+ sender_fault : bool = True
558558 status_code : int = 400
559559 Type : Optional [String ]
560560
561561
562562class RequestTooLargeException (ServiceException ):
563563 code : str = "RequestTooLargeException"
564- sender_fault : bool = False
564+ sender_fault : bool = True
565565 status_code : int = 413
566566 Type : Optional [String ]
567567
568568
569569class ResourceConflictException (ServiceException ):
570570 code : str = "ResourceConflictException"
571- sender_fault : bool = False
571+ sender_fault : bool = True
572572 status_code : int = 409
573573 Type : Optional [String ]
574574
575575
576576class ResourceInUseException (ServiceException ):
577577 code : str = "ResourceInUseException"
578- sender_fault : bool = False
578+ sender_fault : bool = True
579579 status_code : int = 400
580580 Type : Optional [String ]
581581
582582
583583class ResourceNotFoundException (ServiceException ):
584584 code : str = "ResourceNotFoundException"
585- sender_fault : bool = False
585+ sender_fault : bool = True
586586 status_code : int = 404
587587 Type : Optional [String ]
588588
@@ -603,21 +603,21 @@ class ServiceException(ServiceException):
603603
604604class SnapStartException (ServiceException ):
605605 code : str = "SnapStartException"
606- sender_fault : bool = False
606+ sender_fault : bool = True
607607 status_code : int = 400
608608 Type : Optional [String ]
609609
610610
611611class SnapStartNotReadyException (ServiceException ):
612612 code : str = "SnapStartNotReadyException"
613- sender_fault : bool = False
613+ sender_fault : bool = True
614614 status_code : int = 409
615615 Type : Optional [String ]
616616
617617
618618class SnapStartTimeoutException (ServiceException ):
619619 code : str = "SnapStartTimeoutException"
620- sender_fault : bool = False
620+ sender_fault : bool = True
621621 status_code : int = 408
622622 Type : Optional [String ]
623623
@@ -631,7 +631,7 @@ class SubnetIPAddressLimitReachedException(ServiceException):
631631
632632class TooManyRequestsException (ServiceException ):
633633 code : str = "TooManyRequestsException"
634- sender_fault : bool = False
634+ sender_fault : bool = True
635635 status_code : int = 429
636636 retryAfterSeconds : Optional [String ]
637637 Type : Optional [String ]
@@ -640,7 +640,7 @@ class TooManyRequestsException(ServiceException):
640640
641641class UnsupportedMediaTypeException (ServiceException ):
642642 code : str = "UnsupportedMediaTypeException"
643- sender_fault : bool = False
643+ sender_fault : bool = True
644644 status_code : int = 415
645645 Type : Optional [String ]
646646
0 commit comments