Class: Aws::SageMakerGeospatial::Types::EarthObservationJobErrorDetails
- Inherits:
-
Struct
- Object
- Struct
- Aws::SageMakerGeospatial::Types::EarthObservationJobErrorDetails
- Includes:
- Aws::Structure
- Defined in:
- lib/aws-sdk-sagemakergeospatial/types.rb
Overview
The structure representing the errors in an EarthObservationJob.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#message ⇒ String
A detailed message describing the error in an Earth Observation job.
-
#type ⇒ String
The type of error in an Earth Observation job.
Instance Attribute Details
#message ⇒ String
A detailed message describing the error in an Earth Observation job.
226 227 228 229 230 231 |
# File 'lib/aws-sdk-sagemakergeospatial/types.rb', line 226 class EarthObservationJobErrorDetails < Struct.new( :message, :type) SENSITIVE = [] include Aws::Structure end |
#type ⇒ String
The type of error in an Earth Observation job.
226 227 228 229 230 231 |
# File 'lib/aws-sdk-sagemakergeospatial/types.rb', line 226 class EarthObservationJobErrorDetails < Struct.new( :message, :type) SENSITIVE = [] include Aws::Structure end |