⚝
One Hat Cyber Team
⚝
Your IP:
216.73.216.144
Server IP:
157.245.143.252
Server:
Linux www 6.11.0-9-generic #9-Ubuntu SMP PREEMPT_DYNAMIC Mon Oct 14 13:19:59 UTC 2024 x86_64
Server Software:
nginx/1.26.0
PHP Version:
8.3.11
Buat File
|
Buat Folder
Eksekusi
Dir :
~
/
lib
/
python3
/
dist-packages
/
botocore
/
__pycache__
/
View File Name :
errorfactory.cpython-312.pyc
Pe D d dl mZ d dlmZ G d d Z G d d Zy) )ClientError)get_service_module_namec " e Zd ZeZd Zd Zd Zy)BaseClientExceptionsc || _ y)a Base class for exceptions object on a client :type code_to_exception: dict :param code_to_exception: Mapping of error codes (strings) to exception class that should be raised when encountering a particular error code. N)_code_to_exception)selfcode_to_exceptions 7/usr/lib/python3/dist-packages/botocore/errorfactory.py__init__zBaseClientExceptions.__init__ s #4 c N | j j || j S )aN Retrieves the error class based on the error code This is helpful for identifying the exception class needing to be caught based on the ClientError.parsed_reponse['Error']['Code'] value :type error_code: string :param error_code: The error code associated to a ClientError exception :rtype: ClientError or a subclass of ClientError :returns: The appropriate modeled exception class for that error code. If the error code does not match any of the known modeled exceptions then return a generic ClientError. )r getr )r error_codes r from_codezBaseClientExceptions.from_code s# &&**:t7G7GHHr c | j j D cg c] }|j }}t | d| ddj | c c}w )Nz object has no attribute z. Valid exceptions are: z, )r values__name__AttributeErrorjoin)r name exception_clsexception_cls_namess r __getattr__z BaseClientExceptions.__getattr__. st "&!8!8!?!?!A !A ""!A v.tf 5&&*ii0C&D%E G s AN)r __module____qualname__r r r r r r r r s K4I r r c e Zd Zd Zd Zd Zy)ClientExceptionsFactoryc i | _ y )N)_client_exceptions_cache)r s r r z ClientExceptionsFactory.__init__: s (*%r c |j }|| j vr | j | }|| j |<