AWS SDK for .NET Documentation
S3Error Class
AmazonAmazon.S3.ModelS3Error Did this page help you?   Yes   No    Tell us about it...
Represents an error returned by the S3 service. Exposes an error code, a message, a host ID and a request ID for debugging purposes.
Declaration Syntax
C#
public class S3Error
Members
All MembersConstructorsMethodsProperties



IconMemberDescription
S3Error()()()()
Initializes a new instance of the S3Error class

Code
Gets and sets the Code property.

Equals(Object)
Determines whether the specified Object is equal to the current Object.
(Inherited from Object.)
ETag
Gets and sets the ETag property.

GetHashCode()()()()
Serves as a hash function for a particular type.
(Inherited from Object.)
GetType()()()()
Gets the type of the current instance.
(Inherited from Object.)
HostId
Gets and sets the HostId property.

Message
Gets and sets the Message property.

RequestId
Gets and sets the RequestId property.

ToString()()()()
Returns a string that represents the current object.
(Inherited from Object.)
UploadId
Gets and sets the UploadId property.

Inheritance Hierarchy
Object
S3Error

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