Class: Aws::SSM::Errors::ParameterVersionNotFound

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

Instance Method Summary collapse

Constructor Details

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

Returns a new instance of ParameterVersionNotFound.

Parameters:



1709
1710
1711
# File 'gems/aws-sdk-ssm/lib/aws-sdk-ssm/errors.rb', line 1709

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

Instance Method Details

#messageString

Returns:

  • (String)


1714
1715
1716
# File 'gems/aws-sdk-ssm/lib/aws-sdk-ssm/errors.rb', line 1714

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