(self, name)
| 768 | raise |
| 769 | |
| 770 | def _get_internal_component(self, name): |
| 771 | # While this method may be called by botocore classes outside of the |
| 772 | # Session, this method should **never** be used by a class that lives |
| 773 | # outside of botocore. |
| 774 | return self._internal_components.get_component(name) |
| 775 | |
| 776 | def _register_internal_component(self, name, component): |
| 777 | # While this method may be called by botocore classes outside of the |