Class: Aws::DataZone::Types::NotebookRunError
- Inherits:
-
Struct
- Object
- Struct
- Aws::DataZone::Types::NotebookRunError
- 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
-
#message ⇒ String
The error message.
Instance Attribute Details
#message ⇒ String
The error message. The maximum length is 1024 characters.
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 |