Class: Aws::ApplicationAutoScaling::Errors::ObjectNotFoundException

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

Instance Method Summary collapse

Constructor Details

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

Returns a new instance of ObjectNotFoundException.

Parameters:



126
127
128
# File 'lib/aws-sdk-applicationautoscaling/errors.rb', line 126

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

Instance Method Details

#messageString

Returns:

  • (String)


131
132
133
# File 'lib/aws-sdk-applicationautoscaling/errors.rb', line 131

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