Class: Aws::SSM::Types::UnsupportedCalendarException
- Inherits:
-
Struct
- Object
- Struct
- Aws::SSM::Types::UnsupportedCalendarException
- Includes:
- Aws::Structure
- Defined in:
- lib/aws-sdk-ssm/types.rb
Overview
The calendar entry contained in the specified SSM document isn’t supported.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
Instance Attribute Details
#message ⇒ String
18939 18940 18941 18942 18943 |
# File 'lib/aws-sdk-ssm/types.rb', line 18939 class UnsupportedCalendarException < Struct.new( :message) SENSITIVE = [] include Aws::Structure end |