Package s3 :: Module errors :: Class S3Error
[hide private]
[frames] | no frames]

Class S3Error

source code


Instance Methods [hide private]
  __init__(self, code='', message='', resource='')
  __str__(self)
  __repr__(self)

Inherited from exceptions.Exception: __getitem__


Method Details [hide private]

__init__(self, code='', message='', resource='')
(Constructor)

source code 
None
Overrides: exceptions.Exception.__init__

__str__(self)
(Informal representation operator)

source code 
None
Overrides: exceptions.Exception.__str__

__repr__(self)
(Representation operator)

source code 
None