Class: Aws::SSM::Errors::InvalidInventoryRequestException

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

Instance Method Summary collapse

Constructor Details

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

Returns a new instance of InvalidInventoryRequestException.

Parameters:



969
970
971
# File 'lib/aws-sdk-ssm/errors.rb', line 969

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

Instance Method Details

#messageString

Returns:

  • (String)


974
975
976
# File 'lib/aws-sdk-ssm/errors.rb', line 974

def message
  @message || @data[:message]
end