Class: Aws::SSM::Errors::UnsupportedCalendarException
- Inherits:
-
ServiceError
- Object
- ServiceError
- Aws::SSM::Errors::UnsupportedCalendarException
- Defined in:
- gems/aws-sdk-ssm/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.
2072 2073 2074 |
# File 'gems/aws-sdk-ssm/lib/aws-sdk-ssm/errors.rb', line 2072 def initialize(context, , data = Aws::EmptyStructure.new) super(context, , data) end |
Instance Method Details
#message ⇒ String
2077 2078 2079 |
# File 'gems/aws-sdk-ssm/lib/aws-sdk-ssm/errors.rb', line 2077 def @message || @data[:message] end |