Class: Aws::SageMakerGeospatial::Types::ExportErrorDetailsOutput
- Inherits:
-
Struct
- Object
- Struct
- Aws::SageMakerGeospatial::Types::ExportErrorDetailsOutput
- 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
-
#message ⇒ String
A detailed message describing the error in an export EarthObservationJob operation.
-
#type ⇒ String
The type of error in an export EarthObservationJob operation.
Instance Attribute Details
#message ⇒ String
A detailed message describing the error in an export EarthObservationJob operation.
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 |
#type ⇒ String
The type of error in an export EarthObservationJob operation.
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 |