Package sqs :: Module errors :: Class SQSError
[hide private]
[frames] | no frames]

Class SQSError

source code


Instance Methods [hide private]
  __init__(self, status, reason, body=None)
  __repr__(self)
  __str__(self)

Inherited from exceptions.Exception: __getitem__


Method Details [hide private]

__init__(self, status, reason, body=None)
(Constructor)

source code 
None
Overrides: exceptions.Exception.__init__

__repr__(self)
(Representation operator)

source code 
None

__str__(self)
(Informal representation operator)

source code 
None
Overrides: exceptions.Exception.__str__