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

Class WaiterError

awscli/botocore/exceptions.py:461–468  ·  view source on GitHub ↗

Waiter failed to reach desired state.

Source from the content-addressed store, hash-verified

459
460
461class WaiterError(BotoCoreError):
462 """Waiter failed to reach desired state."""
463
464 fmt = 'Waiter {name} failed: {reason}'
465
466 def __init__(self, name, reason, last_response):
467 super().__init__(name=name, reason=reason)
468 self.last_response = last_response
469
470
471class IncompleteReadError(BotoCoreError):

Callers 1

waitMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected