MCPcopy Index your code
hub / github.com/aws/aws-cli / UnseekableStreamError

Class UnseekableStreamError

awscli/botocore/exceptions.py:452–458  ·  view source on GitHub ↗

Need to seek a stream, but stream does not support seeking.

Source from the content-addressed store, hash-verified

450
451
452class UnseekableStreamError(BotoCoreError):
453 """Need to seek a stream, but stream does not support seeking."""
454
455 fmt = (
456 'Need to rewind the stream {stream_object}, but stream '
457 'is not seekable.'
458 )
459
460
461class WaiterError(BotoCoreError):

Callers 1

reset_streamMethod · 0.90

Calls

no outgoing calls

Tested by

no test coverage detected