Class: Aws::B2bi::Types::GetTransformerJobResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::B2bi::Types::GetTransformerJobResponse
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-b2bi/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#message ⇒ String
Returns an optional error message, which gets populated when the job is not run successfully.
-
#output_files ⇒ Array<Types::S3Location>
Returns the location for the output files.
-
#status ⇒ String
Returns the current state of the transformer job, either ‘running`, `succeeded`, or `failed`.
Instance Attribute Details
#message ⇒ String
Returns an optional error message, which gets populated when the job is not run successfully.
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_files ⇒ Array<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.
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 |
#status ⇒ String
Returns the current state of the transformer job, either ‘running`, `succeeded`, or `failed`.
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 |