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.
2100 2101 2102 |
# File 'lib/aws-sdk-ssm/errors.rb', line 2100 def initialize(context, , data = Aws::EmptyStructure.new) super(context, , data) end |
Instance Method Details
#message ⇒ String
2110 2111 2112 |
# File 'lib/aws-sdk-ssm/errors.rb', line 2110 def @message || @data[:message] end |
#type_name ⇒ String
2105 2106 2107 |
# File 'lib/aws-sdk-ssm/errors.rb', line 2105 def type_name @data[:type_name] end |