Class: Aws::ApplicationAutoScaling::Errors::ResourceNotFoundException

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

Instance Method Summary collapse

Constructor Details

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

Returns a new instance of ResourceNotFoundException.

Parameters:



141
142
143
# File 'gems/aws-sdk-applicationautoscaling/lib/aws-sdk-applicationautoscaling/errors.rb', line 141

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

Instance Method Details

#messageString

Returns:

  • (String)


146
147
148
# File 'gems/aws-sdk-applicationautoscaling/lib/aws-sdk-applicationautoscaling/errors.rb', line 146

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

#resource_nameString

Returns:

  • (String)


151
152
153
# File 'gems/aws-sdk-applicationautoscaling/lib/aws-sdk-applicationautoscaling/errors.rb', line 151

def resource_name
  @data[:resource_name]
end