class
Amazonite::Sns::BatchResultErrorEntry
- Amazonite::Sns::BatchResultErrorEntry
- Reference
- Object
Overview
Gives a detailed description of failed messages in the batch.
Defined in:
sns/batch_result_error_entry.crConstructors
- .from_xml(node : XML::Node) : self
- .new(id : String, code : String, sender_fault : Bool, message : String | Nil = nil)
Instance Method Summary
-
#==(other : self)
Returns
trueif this reference is the same as other. -
#code : String
An error code representing why the action failed on this entry.
-
#code=(code : String)
An error code representing why the action failed on this entry.
-
#hash(hasher)
See
Object#hash(hasher) -
#id : String
The
Idof an entry in a batch request -
#id=(id : String)
The
Idof an entry in a batch request -
#message : String | Nil
A message explaining why the action failed on this entry.
-
#message=(message : String | Nil)
A message explaining why the action failed on this entry.
-
#sender_fault : Bool
Specifies whether the error happened due to the caller of the batch API action.
-
#sender_fault=(sender_fault : Bool)
Specifies whether the error happened due to the caller of the batch API action.
- #to_query_params(prefix : String) : Array(Tuple(String, String))
- #validate! : Nil
Constructor Detail
Instance Method Detail
Returns true if this reference is the same as other. Invokes same?.
Specifies whether the error happened due to the caller of the batch API action.
Specifies whether the error happened due to the caller of the batch API action.