Class: Aws::SageMakerGeospatial::Types::EarthObservationJobErrorDetails

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

Overview

The structure representing the errors in an EarthObservationJob.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#messageString

A detailed message describing the error in an Earth Observation job.

Returns:

  • (String)


226
227
228
229
230
231
# File 'gems/aws-sdk-sagemakergeospatial/lib/aws-sdk-sagemakergeospatial/types.rb', line 226

class EarthObservationJobErrorDetails < Struct.new(
  :message,
  :type)
  SENSITIVE = []
  include Aws::Structure
end

#typeString

The type of error in an Earth Observation job.

Returns:

  • (String)


226
227
228
229
230
231
# File 'gems/aws-sdk-sagemakergeospatial/lib/aws-sdk-sagemakergeospatial/types.rb', line 226

class EarthObservationJobErrorDetails < Struct.new(
  :message,
  :type)
  SENSITIVE = []
  include Aws::Structure
end