Class: Aws::SSM::Errors::UnsupportedCalendarException
- Inherits:
-
ServiceError
- Object
- ServiceError
- Aws::SSM::Errors::UnsupportedCalendarException
- Defined in:
- lib/aws-sdk-ssm/errors.rb
Instance Method Summary collapse
-
#initialize(context, message, data = Aws::EmptyStructure.new) ⇒ UnsupportedCalendarException
constructor
A new instance of UnsupportedCalendarException.
- #message ⇒ String
Constructor Details
#initialize(context, message, data = Aws::EmptyStructure.new) ⇒ UnsupportedCalendarException
Returns a new instance of UnsupportedCalendarException.
2070 2071 2072 |
# File 'lib/aws-sdk-ssm/errors.rb', line 2070 def initialize(context, , data = Aws::EmptyStructure.new) super(context, , data) end |
Instance Method Details
#message ⇒ String
2075 2076 2077 |
# File 'lib/aws-sdk-ssm/errors.rb', line 2075 def @message || @data[:message] end |