Secure your code as it's written. Use Snyk Code to scan source code in minutes - no build needed - and fix issues immediately.
class TemplateSceptreHandlerError(SceptreException):
"""
Error raised if sceptre_handler() is not defined correctly in the template.
"""
pass
class DependencyDoesNotExistError(SceptreException):
"""
Error raised when a dependency cannot be found
"""
pass
class DependencyStackNotLaunchedError(SceptreException):
"""
Error raised when a dependency stack has not been launched
"""
pass
class DependencyStackMissingOutputError(SceptreException):
"""
Error raised if a dependency stack does not have the correct outputs.
"""
pass
class CircularDependenciesError(SceptreException):
"""
Error raised if there are circular dependencies
class CircularDependenciesError(SceptreException):
"""
Error raised if there are circular dependencies
"""
pass
class UnknownStackStatusError(SceptreException):
"""
Error raised if an unknown stack status is received.
"""
pass
class RetryLimitExceededError(SceptreException):
"""
Error raised if the request limit is exceeded.
"""
pass
class UnknownHookTypeError(SceptreException):
"""
Error raised if an unrecognised hook type is received.
"""
class VersionIncompatibleError(SceptreException):
"""
Error raised if configuration incompatible with running version.
"""
class DependencyStackNotLaunchedError(SceptreException):
"""
Error raised when a dependency stack has not been launched
"""
pass
class DependencyStackMissingOutputError(SceptreException):
"""
Error raised if a dependency stack does not have the correct outputs.
"""
pass
class CircularDependenciesError(SceptreException):
"""
Error raised if there are circular dependencies
"""
pass
class UnknownStackStatusError(SceptreException):
"""
Error raised if an unknown stack status is received.
"""
pass
class RetryLimitExceededError(SceptreException):
"""
Error raised if the request limit is exceeded.
class InvalidConfigFileError(SceptreException):
"""
Error raised when a config file lacks mandatory keys.
"""
pass
class PathConversionError(SceptreException):
"""
Error raised when a path is unable to be converted.
"""
pass
class InvalidAWSCredentialsError(SceptreException):
"""
Error raised when AWS credentials are invalid.
"""
pass
class RetryLimitExceededError(SceptreException):
"""
Error raised if the request limit is exceeded.
"""
pass
class UnknownHookTypeError(SceptreException):
"""
Error raised if an unrecognised hook type is received.
"""
class VersionIncompatibleError(SceptreException):
"""
Error raised if configuration incompatible with running version.
"""
pass
class ProtectedStackError(SceptreException):
"""
Error raised upon execution of an action under active protection
"""
pass
class UnknownStackChangeSetStatusError(SceptreException):
"""
Error raised if an unknown stack change set status is received.
class InvalidHookArgumentSyntaxError(SceptreException):
"""
Error raised if a hook's argument syntax is invalid.
"""
pass
class InvalidHookArgumentValueError(SceptreException):
"""
Error raised if a hook's argument value is invalid.
"""
pass
class CannotUpdateFailedStackError(SceptreException):
"""
Error raised when a failed stack is updated.
"""
pass
class StackDoesNotExistError(SceptreException):
"""
Error raised when a stack does not exist.
"""
pass
class ConfigFileNotFoundError(SceptreException):
"""
Error raised when a config file does not exist.
class CannotUpdateFailedStackError(SceptreException):
"""
Error raised when a failed stack is updated.
"""
pass
class StackDoesNotExistError(SceptreException):
"""
Error raised when a stack does not exist.
"""
pass
class ConfigFileNotFoundError(SceptreException):
"""
Error raised when a config file does not exist.
"""
pass
class InvalidConfigFileError(SceptreException):
"""
Error raised when a config file lacks mandatory keys.
"""
pass
class PathConversionError(SceptreException):
"""
Error raised when a path is unable to be converted.
class ConfigFileNotFoundError(SceptreException):
"""
Error raised when a config file does not exist.
"""
pass
class InvalidConfigFileError(SceptreException):
"""
Error raised when a config file lacks mandatory keys.
"""
pass
class PathConversionError(SceptreException):
"""
Error raised when a path is unable to be converted.
"""
pass
class InvalidAWSCredentialsError(SceptreException):
"""
Error raised when AWS credentials are invalid.
"""
pass
class UnknownHookTypeError(SceptreException):
"""
Error raised if an unrecognised hook type is received.
"""
class VersionIncompatibleError(SceptreException):
"""
Error raised if configuration incompatible with running version.
"""
pass
class ProtectedStackError(SceptreException):
"""
Error raised upon execution of an action under active protection
"""
pass
class UnknownStackChangeSetStatusError(SceptreException):
"""
Error raised if an unknown stack change set status is received.
"""
pass
class InvalidHookArgumentTypeError(SceptreException):
"""
Error raised if a hook's argument type is invalid.
class UnknownStackStatusError(SceptreException):
"""
Error raised if an unknown stack status is received.
"""
pass
class RetryLimitExceededError(SceptreException):
"""
Error raised if the request limit is exceeded.
"""
pass
class UnknownHookTypeError(SceptreException):
"""
Error raised if an unrecognised hook type is received.
"""
class VersionIncompatibleError(SceptreException):
"""
Error raised if configuration incompatible with running version.
"""
pass
class ProtectedStackError(SceptreException):
"""
Error raised upon execution of an action under active protection
"""