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

DeleteAlias() public method

Deletes the specified alias. To map an alias to a different key, call UpdateAlias.
/// The system timed out while trying to fulfill the request. The request can be retried. /// /// 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 DeleteAlias ( Amazon.KeyManagementService.Model.DeleteAliasRequest request ) : DeleteAliasResponse
request Amazon.KeyManagementService.Model.DeleteAliasRequest Container for the necessary parameters to execute the DeleteAlias service method.
return DeleteAliasResponse
        public DeleteAliasResponse DeleteAlias(DeleteAliasRequest request)
        {
            var marshaller = new DeleteAliasRequestMarshaller();
            var unmarshaller = DeleteAliasResponseUnmarshaller.Instance;

            return Invoke<DeleteAliasRequest,DeleteAliasResponse>(request, marshaller, unmarshaller);
        }

Same methods

AmazonKeyManagementServiceClient::DeleteAlias ( string aliasName ) : DeleteAliasResponse
AmazonKeyManagementServiceClient