This is used in the responses of batch API to give a detailed description of the result of an operation on each entry in the request.

Namespace: Amazon.SQS.Model
Assembly: AWSSDK (in AWSSDK.dll) Version: 1.4.10.0 (1.4.10.0)

Syntax

         
 C#  Visual Basic  Visual C++ 
public class BatchResultErrorEntry
Public Class BatchResultErrorEntry
public ref class BatchResultErrorEntry

Members

            
 All Members  Constructors   Properties   Methods  
 Public

 Protected
 Instance

 Static 
 Declared

 Inherited
 XNA Framework Only 

 .NET Compact Framework Only 

 MemberDescription
BatchResultErrorEntry()()()()
Initializes a new instance of the BatchResultErrorEntry class
Code
Gets and sets the Code property. Code is an error code representing why the operation failed on this entry.
Equals(Object)
Determines whether the specified Object is equal to the current Object.
(Inherited from Object.)
GetHashCode()()()()
Serves as a hash function for a particular type.
(Inherited from Object.)
GetType()()()()
Gets the Type of the current instance.
(Inherited from Object.)
Id
Gets and sets the id of an entry in a batch request.
IsSetCode()()()()
Checks if Code property is set
IsSetId()()()()
Checks if Id property is set
IsSetMessage()()()()
Checks if Message property is set
IsSetSenderFault()()()()
Checks if SenderFault property is set
Message
Gets and sets the Message property. A message explaining why the operation failed on this entry.
SenderFault
Gets and sets the SenderFault property. SenderFault indicates whether the error happened due to the sender's fault.
ToString()()()()
Returns a String that represents the current Object.
(Inherited from Object.)

Inheritance Hierarchy

System..::..Object
  Amazon.SQS.Model..::..BatchResultErrorEntry

See Also