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)


17146
17147
17148
17149
17150
# File 'lib/aws-sdk-datazone/types.rb', line 17146

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