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

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-sagemaker/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)


37408
37409
37410
37411
37412
37413
# File 'gems/aws-sdk-sagemaker/lib/aws-sdk-sagemaker/types.rb', line 37408

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

#messageString

A human-readable message describing the error.

Returns:

  • (String)


37408
37409
37410
37411
37412
37413
# File 'gems/aws-sdk-sagemaker/lib/aws-sdk-sagemaker/types.rb', line 37408

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