Class: Aws::B2bi::Types::GetTransformerJobResponse

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

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#messageString

Returns an optional error message, which gets populated when the job is not run successfully.

Returns:

  • (String)


877
878
879
880
881
882
883
# File 'gems/aws-sdk-b2bi/lib/aws-sdk-b2bi/types.rb', line 877

class GetTransformerJobResponse < Struct.new(
  :status,
  :output_files,
  :message)
  SENSITIVE = []
  include Aws::Structure
end

#output_filesArray<Types::S3Location>

Returns the location for the output files. If the caller specified a directory for the output, then this contains the full path to the output file, including the file name generated by the service.

Returns:



877
878
879
880
881
882
883
# File 'gems/aws-sdk-b2bi/lib/aws-sdk-b2bi/types.rb', line 877

class GetTransformerJobResponse < Struct.new(
  :status,
  :output_files,
  :message)
  SENSITIVE = []
  include Aws::Structure
end

#statusString

Returns the current state of the transformer job, either running, succeeded, or failed.

Returns:

  • (String)


877
878
879
880
881
882
883
# File 'gems/aws-sdk-b2bi/lib/aws-sdk-b2bi/types.rb', line 877

class GetTransformerJobResponse < Struct.new(
  :status,
  :output_files,
  :message)
  SENSITIVE = []
  include Aws::Structure
end