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)


10397
10398
10399
10400
10401
# File 'gems/aws-sdk-ssm/lib/aws-sdk-ssm/types.rb', line 10397

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