userver: pytest_userver.s3api._S3ClientError Class Reference
Loading...
Searching...
No Matches
pytest_userver.s3api._S3ClientError Class Reference

Detailed Description

Definition at line 51 of file s3api.py.

+ Inheritance diagram for pytest_userver.s3api._S3ClientError:

Public Member Functions

 __init__ (self, str msg)
 
 __str__ (self)
 

Protected Attributes

 _msg = msg
 

Constructor & Destructor Documentation

◆ __init__()

pytest_userver.s3api._S3ClientError.__init__ ( self,
str msg )

Definition at line 52 of file s3api.py.

Member Function Documentation

◆ __str__()

pytest_userver.s3api._S3ClientError.__str__ ( self)

Definition at line 55 of file s3api.py.

Member Data Documentation

◆ _msg

pytest_userver.s3api._S3ClientError._msg = msg
protected

Definition at line 53 of file s3api.py.


The documentation for this class was generated from the following file: