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

Inherits:
Struct
  • Object
show all
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

Instance Attribute Details

#messageString

The job run error message.

Returns:

  • (String)


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