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

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
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)


1161
1162
1163
1164
1165
1166
1167
# File 'lib/aws-sdk-b2bi/types.rb', line 1161

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:



1161
1162
1163
1164
1165
1166
1167
# File 'lib/aws-sdk-b2bi/types.rb', line 1161

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)


1161
1162
1163
1164
1165
1166
1167
# File 'lib/aws-sdk-b2bi/types.rb', line 1161

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