Class: Aws::SageMakerGeospatial::Types::ExportErrorDetails
- Inherits:
-
Struct
- Object
- Struct
- Aws::SageMakerGeospatial::Types::ExportErrorDetails
- Includes:
- Aws::Structure
- Defined in:
- 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
-
#export_results ⇒ Types::ExportErrorDetailsOutput
The structure for returning the export error details while exporting results of an Earth Observation job.
-
#export_source_images ⇒ Types::ExportErrorDetailsOutput
The structure for returning the export error details while exporting the source images of an Earth Observation job.
Instance Attribute Details
#export_results ⇒ Types::ExportErrorDetailsOutput
The structure for returning the export error details while exporting results of an Earth Observation job.
347 348 349 350 351 352 |
# File 'lib/aws-sdk-sagemakergeospatial/types.rb', line 347 class ExportErrorDetails < Struct.new( :export_results, :export_source_images) SENSITIVE = [] include Aws::Structure end |
#export_source_images ⇒ Types::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 'lib/aws-sdk-sagemakergeospatial/types.rb', line 347 class ExportErrorDetails < Struct.new( :export_results, :export_source_images) SENSITIVE = [] include Aws::Structure end |