Gets and sets the property Status.
The status you want to assign to the secret access key. CopyC#
means
the key can be used for API calls to AWS, while Active
CopyC#
means the
key cannot be used.
Inactive

C# |
public string Status { get; set; }