You are viewing documentation for version 2 of the AWS SDK for Ruby. Version 3 documentation can be found here.
Class: Aws::SecretsManager::Types::CancelRotateSecretResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::SecretsManager::Types::CancelRotateSecretResponse
- Defined in:
- (unknown)
Overview
Returned by:
Instance Attribute Summary collapse
-
#arn ⇒ String
The ARN of the secret for which rotation was canceled.
-
#name ⇒ String
The friendly name of the secret for which rotation was canceled.
-
#version_id ⇒ String
The unique identifier of the version of the secret created during the rotation.
Instance Attribute Details
#arn ⇒ String
The ARN of the secret for which rotation was canceled.
#name ⇒ String
The friendly name of the secret for which rotation was canceled.
#version_id ⇒ String
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.