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.
      40979 40980 40981 40982 40983 40984  | 
    
      # File 'lib/aws-sdk-sagemaker/types.rb', line 40979 class RenderingError < Struct.new( :code, :message) SENSITIVE = [] include Aws::Structure end  | 
  
#message ⇒ String
A human-readable message describing the error.
      40979 40980 40981 40982 40983 40984  | 
    
      # File 'lib/aws-sdk-sagemaker/types.rb', line 40979 class RenderingError < Struct.new( :code, :message) SENSITIVE = [] include Aws::Structure end  |