Method: Aws::Pinpoint::Types::ImportJobResponse#failed_pieces

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

#failed_piecesInteger

The number of pieces that weren’t processed successfully (failed) by the import job, as of the time of the request.

Returns:

  • (Integer)


7793
7794
7795
7796
7797
7798
7799
7800
7801
7802
7803
7804
7805
7806
7807
7808
7809
# File 'lib/aws-sdk-pinpoint/types.rb', line 7793

class ImportJobResponse < Struct.new(
  :application_id,
  :completed_pieces,
  :completion_date,
  :creation_date,
  :definition,
  :failed_pieces,
  :failures,
  :id,
  :job_status,
  :total_failures,
  :total_pieces,
  :total_processed,
  :type)
  SENSITIVE = []
  include Aws::Structure
end