Class: Aws::SageMakerGeospatial::Types::VectorEnrichmentJobExportErrorDetails

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

Overview

VectorEnrichmentJob export error details in response from GetVectorEnrichmentJob.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#messageString

The message providing details about the errors generated during the Vector Enrichment job.

Returns:

  • (String)


2477
2478
2479
2480
2481
2482
# File 'gems/aws-sdk-sagemakergeospatial/lib/aws-sdk-sagemakergeospatial/types.rb', line 2477

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

#typeString

The output error details for an Export operation on a Vector Enrichment job.

Returns:

  • (String)


2477
2478
2479
2480
2481
2482
# File 'gems/aws-sdk-sagemakergeospatial/lib/aws-sdk-sagemakergeospatial/types.rb', line 2477

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