Method: Aws::Honeycode::Types::FailedBatchItem#id
- Defined in:
- lib/aws-sdk-honeycode/types.rb
#id ⇒ String
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.
682 683 684 685 686 687 |
# File 'lib/aws-sdk-honeycode/types.rb', line 682 class FailedBatchItem < Struct.new( :id, :error_message) SENSITIVE = [] include Aws::Structure end |