Class: Aws::Honeycode::Types::FailedBatchItem

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

Overview

A single item in a batch that failed to perform the intended action because of an error preventing it from succeeding.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#error_messageString

The error message that indicates why the batch item failed.

Returns:

  • (String)


682
683
684
685
686
687
# File 'gems/aws-sdk-honeycode/lib/aws-sdk-honeycode/types.rb', line 682

class FailedBatchItem < Struct.new(
  :id,
  :error_message)
  SENSITIVE = []
  include Aws::Structure
end

#idString

The id of the batch item that failed. This is the batch item id for the BatchCreateTableRows and BatchUpsertTableRows operations and the row id for the BatchUpdateTableRows and BatchDeleteTableRows operations.

Returns:

  • (String)


682
683
684
685
686
687
# File 'gems/aws-sdk-honeycode/lib/aws-sdk-honeycode/types.rb', line 682

class FailedBatchItem < Struct.new(
  :id,
  :error_message)
  SENSITIVE = []
  include Aws::Structure
end