Class: Aws::SSM::Types::InvalidSchedule

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-ssm/lib/aws-sdk-ssm/types.rb

Overview

The schedule is invalid. Verify your cron or rate expression and try again.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#messageString

Returns:

  • (String)


10704
10705
10706
10707
10708
# File 'gems/aws-sdk-ssm/lib/aws-sdk-ssm/types.rb', line 10704

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