Class: Aws::SSM::Errors::UnsupportedInventoryItemContextException

Inherits:
ServiceError
  • Object
show all
Defined in:
sig/errors.rbs,
lib/aws-sdk-ssm/errors.rb

Instance Method Summary collapse

Constructor Details

#initialize(context, message, data = Aws::EmptyStructure.new) ⇒ UnsupportedInventoryItemContextException

Returns a new instance of UnsupportedInventoryItemContextException.

Parameters:



2212
2213
2214
# File 'lib/aws-sdk-ssm/errors.rb', line 2212

def initialize(context, message, data = Aws::EmptyStructure.new)
  super(context, message, data)
end

Instance Method Details

#messageString

Returns:

  • (String)


2222
# File 'lib/aws-sdk-ssm/errors.rb', line 2222

def message: () -> ::String

#type_nameString

Returns:

  • (String)


2217
# File 'lib/aws-sdk-ssm/errors.rb', line 2217

def type_name: () -> ::String