Amazon.KeyManagementService.AmazonKeyManagementServiceClient.GetKeyRotationStatus C# (CSharp) Méthode

GetKeyRotationStatus() public méthode

Retrieves a Boolean value that indicates whether key rotation is enabled for the specified key.
/// The system timed out while trying to fulfill the request. The request can be retried. /// /// The request was rejected because a specified ARN was not valid. /// /// The request was rejected because an internal exception occurred. The request can be /// retried. /// /// The request was rejected because the state of the specified resource is not valid /// for this request. /// /// /// /// For more information about how key state affects the use of a CMK, see How /// Key State Affects Use of a Customer Master Key in the AWS Key Management Service /// Developer Guide. /// /// /// The request was rejected because the specified entity or resource could not be found. /// /// The request was rejected because a specified parameter is not supported or a specified /// resource is not valid for this operation. ///
public GetKeyRotationStatus ( GetKeyRotationStatusRequest request ) : GetKeyRotationStatusResponse
request GetKeyRotationStatusRequest Container for the necessary parameters to execute the GetKeyRotationStatus service method.
Résultat GetKeyRotationStatusResponse
        public GetKeyRotationStatusResponse GetKeyRotationStatus(GetKeyRotationStatusRequest request)
        {
            var marshaller = new GetKeyRotationStatusRequestMarshaller();
            var unmarshaller = GetKeyRotationStatusResponseUnmarshaller.Instance;

            return Invoke<GetKeyRotationStatusRequest,GetKeyRotationStatusResponse>(request, marshaller, unmarshaller);
        }

Same methods

AmazonKeyManagementServiceClient::GetKeyRotationStatus ( string keyId ) : GetKeyRotationStatusResponse
AmazonKeyManagementServiceClient