Class: Aws::Glue::Types::NoScheduleException
- Inherits:
-
Struct
- Object
- Struct
- Aws::Glue::Types::NoScheduleException
- Defined in:
- gems/aws-sdk-glue/lib/aws-sdk-glue/types.rb
Overview
There is no applicable schedule.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#message ⇒ String
A message describing the problem.
Instance Attribute Details
#message ⇒ String
A message describing the problem.
20633 20634 20635 20636 20637 |
# File 'gems/aws-sdk-glue/lib/aws-sdk-glue/types.rb', line 20633 class NoScheduleException < Struct.new( :message) SENSITIVE = [] include Aws::Structure end |