Table of Contents

Class CancelRotateSecretResponse

Namespace
Amazon.SecretsManager.Model
Assembly
AWSSDK.SecretsManager.dll

This is the response object from the CancelRotateSecret operation.

public class CancelRotateSecretResponse : AmazonWebServiceResponse
Inheritance
CancelRotateSecretResponse

Constructors

CancelRotateSecretResponse()

public CancelRotateSecretResponse()

Properties

ARN

Gets and sets the property ARN.

The ARN of the secret for which rotation was canceled.

public string ARN { get; set; }

Property Value

string

Name

Gets and sets the property Name.

The friendly name of the secret for which rotation was canceled.

public string Name { get; set; }

Property Value

string

VersionId

Gets and sets the property VersionId.

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.
public string VersionId { get; set; }

Property Value

string