Class: Aws::DataZone::Types::NotebookRunError
- Inherits:
-
Struct
- Object
- Struct
- Aws::DataZone::Types::NotebookRunError
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-datazone/types.rb
Overview
The error details of a failed notebook run in Amazon DataZone.
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.
16419 16420 16421 16422 16423 |
# File 'lib/aws-sdk-datazone/types.rb', line 16419 class NotebookRunError < Struct.new( :message) SENSITIVE = [] include Aws::Structure end |