Class: Aws::DataZone::Types::NotebookRunError

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

Overview

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

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#message ⇒ String

The error message. The maximum length is 1024 characters.

Returns:

  • (String)


17465
17466
17467
17468
17469
# File 'gems/aws-sdk-datazone/lib/aws-sdk-datazone/types.rb', line 17465

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