Method: Aws::Honeycode::Types::FailedBatchItem#error_message

Defined in:
lib/aws-sdk-honeycode/types.rb

#error_messageString

The error message that indicates why the batch item failed.

Returns:

  • (String)


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