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)


10965
10966
10967
10968
10969
# File 'lib/aws-sdk-datazone/types.rb', line 10965

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