Class: Aws::SageMakerGeospatial::Types::ExportErrorDetails

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

Overview

The structure for returning the export error details in a GetEarthObservationJob.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#export_resultsTypes::ExportErrorDetailsOutput

The structure for returning the export error details while exporting results of an Earth Observation job.



347
348
349
350
351
352
# File 'gems/aws-sdk-sagemakergeospatial/lib/aws-sdk-sagemakergeospatial/types.rb', line 347

class ExportErrorDetails < Struct.new(
  :export_results,
  :export_source_images)
  SENSITIVE = []
  include Aws::Structure
end

#export_source_imagesTypes::ExportErrorDetailsOutput

The structure for returning the export error details while exporting the source images of an Earth Observation job.



347
348
349
350
351
352
# File 'gems/aws-sdk-sagemakergeospatial/lib/aws-sdk-sagemakergeospatial/types.rb', line 347

class ExportErrorDetails < Struct.new(
  :export_results,
  :export_source_images)
  SENSITIVE = []
  include Aws::Structure
end