Class: Aws::DataZone::Types::JobRunError

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

Overview

The job run error.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#messageString

The job run error message.

Returns:

  • (String)


13543
13544
13545
13546
13547
# File 'lib/aws-sdk-datazone/types.rb', line 13543

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