Class: Aws::Glue::Types::NoScheduleException

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

Overview

There is no applicable schedule.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#messageString

A message describing the problem.

Returns:

  • (String)


16192
16193
16194
16195
16196
# File 'lib/aws-sdk-glue/types.rb', line 16192

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