Class: Aws::SSM::Errors::UnsupportedInventoryItemContextException
- Inherits:
-
ServiceError
- Object
- ServiceError
- Aws::SSM::Errors::UnsupportedInventoryItemContextException
- Defined in:
- lib/aws-sdk-ssm/errors.rb
Instance Method Summary collapse
-
#initialize(context, message, data = Aws::EmptyStructure.new) ⇒ UnsupportedInventoryItemContextException
constructor
A new instance of UnsupportedInventoryItemContextException.
- #message ⇒ String
- #type_name ⇒ String
Constructor Details
#initialize(context, message, data = Aws::EmptyStructure.new) ⇒ UnsupportedInventoryItemContextException
Returns a new instance of UnsupportedInventoryItemContextException.
2196 2197 2198 |
# File 'lib/aws-sdk-ssm/errors.rb', line 2196 def initialize(context, , data = Aws::EmptyStructure.new) super(context, , data) end |
Instance Method Details
#message ⇒ String
2206 2207 2208 |
# File 'lib/aws-sdk-ssm/errors.rb', line 2206 def || @data[:message] end |
#type_name ⇒ String
2201 2202 2203 |
# File 'lib/aws-sdk-ssm/errors.rb', line 2201 def type_name @data[:type_name] end |