Class: Aws::SSM::Errors::UnsupportedParameterType
- Inherits:
-
ServiceError
- Object
- ServiceError
- Aws::SSM::Errors::UnsupportedParameterType
- Defined in:
- lib/aws-sdk-ssm/errors.rb
Instance Method Summary collapse
-
#initialize(context, message, data = Aws::EmptyStructure.new) ⇒ UnsupportedParameterType
constructor
A new instance of UnsupportedParameterType.
- #message ⇒ String
Constructor Details
#initialize(context, message, data = Aws::EmptyStructure.new) ⇒ UnsupportedParameterType
Returns a new instance of UnsupportedParameterType.
2150 2151 2152 |
# File 'lib/aws-sdk-ssm/errors.rb', line 2150 def initialize(context, , data = Aws::EmptyStructure.new) super(context, , data) end |
Instance Method Details
#message ⇒ String
2155 2156 2157 |
# File 'lib/aws-sdk-ssm/errors.rb', line 2155 def @message || @data[:message] end |