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.

Returns:

  • (String)


35300
35301
35302
35303
35304
35305
# File 'lib/aws-sdk-sagemaker/types.rb', line 35300

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

#messageString

A human-readable message describing the error.

Returns:

  • (String)


35300
35301
35302
35303
35304
35305
# File 'lib/aws-sdk-sagemaker/types.rb', line 35300

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