Class: Aws::SageMaker::Types::RenderingError

Inherits:
Struct
  • Object
show all
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

Instance Attribute Details

#codeString

A unique identifier for a specific class of errors.



37327
37328
37329
37330
37331
37332
# File 'lib/aws-sdk-sagemaker/types.rb', line 37327

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

#messageString

A human-readable message describing the error.



37327
37328
37329
37330
37331
37332
# File 'lib/aws-sdk-sagemaker/types.rb', line 37327

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