Class: Aws::DataZone::Types::NotebookError

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
lib/aws-sdk-datazone/types.rb

Overview

The error details of a notebook in Amazon SageMaker Unified Studio.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#messageString

The error message. The maximum length is 256 characters.

Returns:

  • (String)


16874
16875
16876
16877
16878
# File 'lib/aws-sdk-datazone/types.rb', line 16874

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