Skip to content

Secrets Manager  >  Enums  >  StatusType

StatusType

Enum Class

StatusType

Bases: UnknownEnumMixin, StrEnum

Attributes

FAILED class-attribute instance-attribute
FAILED = 'Failed'
IN_PROGRESS class-attribute instance-attribute
IN_PROGRESS = 'InProgress'
IN_SYNC class-attribute instance-attribute
IN_SYNC = 'InSync'