Class: Aws::SageMaker::Types::RenderingError
- Inherits:
-
Struct
- Object
- Struct
- Aws::SageMaker::Types::RenderingError
- Includes:
- Aws::Structure
- Defined in:
- lib/aws-sdk-sagemaker/types.rb
Overview
A description of an error that occurred while rendering the template.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#code ⇒ String
A unique identifier for a specific class of errors.
-
#message ⇒ String
A human-readable message describing the error.
Instance Attribute Details
#code ⇒ String
A unique identifier for a specific class of errors.
39344 39345 39346 39347 39348 39349 |
# File 'lib/aws-sdk-sagemaker/types.rb', line 39344 class RenderingError < Struct.new( :code, :message) SENSITIVE = [] include Aws::Structure end |
#message ⇒ String
A human-readable message describing the error.
39344 39345 39346 39347 39348 39349 |
# File 'lib/aws-sdk-sagemaker/types.rb', line 39344 class RenderingError < Struct.new( :code, :message) SENSITIVE = [] include Aws::Structure end |