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

Detailed Description

Definition at line 43 of file s3api.py.

+ Inheritance diagram for pytest_userver.s3api._S3EntityTooSmallError:

Public Member Functions

 __str__ (self)
 

Static Public Attributes

str code = 'EntityTooSmall'
 
str message = 'Your proposed upload is smaller than the minimum allowed object size.'
 

Member Function Documentation

◆ __str__()

pytest_userver.s3api._S3EntityTooSmallError.__str__ ( self)

Definition at line 47 of file s3api.py.

Member Data Documentation

◆ code

str pytest_userver.s3api._S3EntityTooSmallError.code = 'EntityTooSmall'
static

Definition at line 44 of file s3api.py.

◆ message

str pytest_userver.s3api._S3EntityTooSmallError.message = 'Your proposed upload is smaller than the minimum allowed object size.'
static

Definition at line 45 of file s3api.py.


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