Class: Aws::SageMakerGeospatial::Types::ExportErrorDetailsOutput

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 export EarthObservationJob operation.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#messageString

A detailed message describing the error in an export EarthObservationJob operation.

Returns:

  • (String)


368
369
370
371
372
373
# File 'gems/aws-sdk-sagemakergeospatial/lib/aws-sdk-sagemakergeospatial/types.rb', line 368

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

#typeString

The type of error in an export EarthObservationJob operation.

Returns:

  • (String)


368
369
370
371
372
373
# File 'gems/aws-sdk-sagemakergeospatial/lib/aws-sdk-sagemakergeospatial/types.rb', line 368

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