AWS SDK for .NET Documentation
FromResponse Method (response)
AmazonAmazon.S3.UtilS3PostUploadExceptionFromResponse(HttpWebResponse) Did this page help you?   Yes   No    Tell us about it...
Parse an S3 Error response and create an S3PostUploadException
Declaration Syntax
C#
public static S3PostUploadException FromResponse(
	HttpWebResponse response
)
Parameters
response (HttpWebResponse)
The response from S3
Return Value
An S3PostUploadException with the information from the response

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