AWS SDK for .NET Documentation
ResponseHeaders Property
AmazonAmazon.CloudFront_2012_03_15AmazonCloudFrontExceptionResponseHeaders Did this page help you?   Yes   No    Tell us about it...
Gets the error response HTTP headers so that CloudFront specific information can be retrieved for debugging. Interesting fields are: a. x-amz-id-2 b. x-amz-request-id c. Date A value can be retrieved from this HeaderCollection via: ResponseHeaders.Get("key");
Declaration Syntax
C#
public WebHeaderCollection ResponseHeaders { get; }

Assembly: AWSSDK (Module: AWSSDK) Version: 1.5.60.0 (1.5.60.0)