Class: Aws::SNS::Types::BatchResultErrorEntry

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-sns/lib/aws-sdk-sns/types.rb

Overview

Gives a detailed description of failed messages in the batch.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#codeString

An error code representing why the action failed on this entry.

Returns:

  • (String)


107
108
109
110
111
112
113
114
# File 'gems/aws-sdk-sns/lib/aws-sdk-sns/types.rb', line 107

class BatchResultErrorEntry < Struct.new(
  :id,
  :code,
  :message,
  :sender_fault)
  SENSITIVE = []
  include Aws::Structure
end

#idString

The Id of an entry in a batch request

Returns:

  • (String)


107
108
109
110
111
112
113
114
# File 'gems/aws-sdk-sns/lib/aws-sdk-sns/types.rb', line 107

class BatchResultErrorEntry < Struct.new(
  :id,
  :code,
  :message,
  :sender_fault)
  SENSITIVE = []
  include Aws::Structure
end

#messageString

A message explaining why the action failed on this entry.

Returns:

  • (String)


107
108
109
110
111
112
113
114
# File 'gems/aws-sdk-sns/lib/aws-sdk-sns/types.rb', line 107

class BatchResultErrorEntry < Struct.new(
  :id,
  :code,
  :message,
  :sender_fault)
  SENSITIVE = []
  include Aws::Structure
end

#sender_faultBoolean

Specifies whether the error happened due to the caller of the batch API action.

Returns:

  • (Boolean)


107
108
109
110
111
112
113
114
# File 'gems/aws-sdk-sns/lib/aws-sdk-sns/types.rb', line 107

class BatchResultErrorEntry < Struct.new(
  :id,
  :code,
  :message,
  :sender_fault)
  SENSITIVE = []
  include Aws::Structure
end