Class: Aws::SageMakerGeospatial::Types::VectorEnrichmentJobErrorDetails
- Inherits:
-
Struct
- Object
- Struct
- Aws::SageMakerGeospatial::Types::VectorEnrichmentJobErrorDetails
- 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
-
#error_message ⇒ String
A message that you define and then is processed and rendered by the Vector Enrichment job when the error occurs.
-
#error_type ⇒ String
The type of error generated during the Vector Enrichment job.
Instance Attribute Details
#error_message ⇒ String
A message that you define and then is processed and rendered by the Vector Enrichment job when the error occurs.
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_type ⇒ String
The type of error generated during the Vector Enrichment job.
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 |