NAME
Paws::SecretsManager::CancelRotateSecretResponse
ATTRIBUTES
ARN => Str
The ARN of the secret for which rotation was canceled.
Name => Str
The friendly name of the secret for which rotation was canceled.
VersionId => Str
The unique identifier of the version of the secret created during the rotation. This version might not be complete, and should be evaluated for possible deletion. At the very least, you should remove the VersionStage
value AWSPENDING
to enable this version to be deleted. Failing to clean up a cancelled rotation can block you from successfully starting future rotations.