Class: Aws::DataZone::Types::JobRunError
- Inherits:
-
Struct
- Object
- Struct
- Aws::DataZone::Types::JobRunError
- Includes:
- Structure
- Defined in:
- 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.
10965 10966 10967 10968 10969 |
# File 'lib/aws-sdk-datazone/types.rb', line 10965 class JobRunError < Struct.new( :message) SENSITIVE = [] include Aws::Structure end |