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

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

Overview

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

Instance Attribute Summary collapse

Instance Attribute Details

#messageString

Returns:

  • (String)


9026
9027
9028
9029
# File 'lib/aws-sdk-ssm/types.rb', line 9026

class InvalidSchedule < Struct.new(
  :message)
  include Aws::Structure
end