Class: Aws::DataZone::Types::JobRunError
- Inherits:
-
Struct
- Object
- Struct
- Aws::DataZone::Types::JobRunError
- Defined in:
- gems/aws-sdk-datazone/lib/aws-sdk-datazone/types.rb
Overview
The job run error.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#message ⇒ String
The job run error message.
Instance Attribute Details
#message ⇒ String
The job run error message.
10989 10990 10991 10992 10993 |
# File 'gems/aws-sdk-datazone/lib/aws-sdk-datazone/types.rb', line 10989 class JobRunError < Struct.new( :message) SENSITIVE = [] include Aws::Structure end |