Amazon.CloudFront.AmazonCloudFrontClient.DeleteCloudFrontOriginAccessIdentity C# (CSharp) Метод

DeleteCloudFrontOriginAccessIdentity() публичный Метод

Delete an origin access identity.
/// Access denied. /// /// /// /// The If-Match version is missing or not valid for the distribution. /// /// The specified origin access identity does not exist. /// /// The precondition given in one or more of the request-header fields evaluated to false. ///
public DeleteCloudFrontOriginAccessIdentity ( ) : Amazon.CloudFront.Model.DeleteCloudFrontOriginAccessIdentityResponse
Результат Amazon.CloudFront.Model.DeleteCloudFrontOriginAccessIdentityResponse
        public DeleteCloudFrontOriginAccessIdentityResponse DeleteCloudFrontOriginAccessIdentity()
        {
            return DeleteCloudFrontOriginAccessIdentity(new DeleteCloudFrontOriginAccessIdentityRequest());
        }

Same methods

AmazonCloudFrontClient::DeleteCloudFrontOriginAccessIdentity ( DeleteCloudFrontOriginAccessIdentityRequest request ) : Amazon.CloudFront.Model.DeleteCloudFrontOriginAccessIdentityResponse
AmazonCloudFrontClient