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

Detailed Description

Definition at line 15 of file s3api.py.

+ Inheritance diagram for pytest_userver.s3api._S3NoSuchUploadError:

Public Member Functions

 __str__ (self)
 

Static Public Attributes

str code = 'NoSuchUpload'
 
str message = 'The specified multipart upload does not exist.'
 

Member Function Documentation

◆ __str__()

pytest_userver.s3api._S3NoSuchUploadError.__str__ ( self)

Definition at line 19 of file s3api.py.

Member Data Documentation

◆ code

str pytest_userver.s3api._S3NoSuchUploadError.code = 'NoSuchUpload'
static

Definition at line 16 of file s3api.py.

◆ message

str pytest_userver.s3api._S3NoSuchUploadError.message = 'The specified multipart upload does not exist.'
static

Definition at line 17 of file s3api.py.


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