Amazon.KeyManagementService.AmazonKeyManagementServiceClient.UpdateKeyDescription C# (CSharp) Method

UpdateKeyDescription() public method

Updates the description of a customer master key (CMK).
/// 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. ///
public UpdateKeyDescription ( UpdateKeyDescriptionRequest request ) : UpdateKeyDescriptionResponse
request UpdateKeyDescriptionRequest Container for the necessary parameters to execute the UpdateKeyDescription service method.
return UpdateKeyDescriptionResponse
        public UpdateKeyDescriptionResponse UpdateKeyDescription(UpdateKeyDescriptionRequest request)
        {
            var marshaller = new UpdateKeyDescriptionRequestMarshaller();
            var unmarshaller = UpdateKeyDescriptionResponseUnmarshaller.Instance;

            return Invoke<UpdateKeyDescriptionRequest,UpdateKeyDescriptionResponse>(request, marshaller, unmarshaller);
        }

Same methods

AmazonKeyManagementServiceClient::UpdateKeyDescription ( string keyId, string description ) : UpdateKeyDescriptionResponse
AmazonKeyManagementServiceClient