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

Detailed Description

Definition at line 23 of file s3api.py.

+ Inheritance diagram for pytest_userver.s3api._S3InvalidPartError:

Public Member Functions

 __str__ (self)
 

Static Public Attributes

str code = 'InvalidPart'
 
tuple message
 

Member Function Documentation

◆ __str__()

pytest_userver.s3api._S3InvalidPartError.__str__ ( self)

Definition at line 31 of file s3api.py.

Member Data Documentation

◆ code

str pytest_userver.s3api._S3InvalidPartError.code = 'InvalidPart'
static

Definition at line 24 of file s3api.py.

◆ message

tuple pytest_userver.s3api._S3InvalidPartError.message
static
Initial value:
= (
'One or more of the specified parts could not be found.'
' The part might not have been uploaded, or the specified'
" ETag might not have matched the uploaded part's ETag."
)

Definition at line 25 of file s3api.py.


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