Class: Aws::SSM::Errors::ResourceNotFoundException

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) ⇒ ResourceNotFoundException

Returns a new instance of ResourceNotFoundException.

Parameters:



1870
1871
1872
# File 'lib/aws-sdk-ssm/errors.rb', line 1870

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

Instance Method Details

#messageString

Returns:

  • (String)


1875
1876
1877
# File 'lib/aws-sdk-ssm/errors.rb', line 1875

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