Class: Aws::SageMakerGeospatial::Types::VectorEnrichmentJobErrorDetails

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

Overview

VectorEnrichmentJob error details in response from GetVectorEnrichmentJob.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#error_messageString

A message that you define and then is processed and rendered by the Vector Enrichment job when the error occurs.

Returns:

  • (String)


2455
2456
2457
2458
2459
2460
# File 'lib/aws-sdk-sagemakergeospatial/types.rb', line 2455

class VectorEnrichmentJobErrorDetails < Struct.new(
  :error_message,
  :error_type)
  SENSITIVE = []
  include Aws::Structure
end

#error_typeString

The type of error generated during the Vector Enrichment job.

Returns:

  • (String)


2455
2456
2457
2458
2459
2460
# File 'lib/aws-sdk-sagemakergeospatial/types.rb', line 2455

class VectorEnrichmentJobErrorDetails < Struct.new(
  :error_message,
  :error_type)
  SENSITIVE = []
  include Aws::Structure
end