Class: Aws::ApplicationAutoScaling::Errors::ObjectNotFoundException
- Inherits:
-
ServiceError
- Object
- ServiceError
- Aws::ApplicationAutoScaling::Errors::ObjectNotFoundException
- Defined in:
- lib/aws-sdk-applicationautoscaling/errors.rb
Instance Method Summary collapse
-
#initialize(context, message, data = Aws::EmptyStructure.new) ⇒ ObjectNotFoundException
constructor
A new instance of ObjectNotFoundException.
- #message ⇒ String
Constructor Details
#initialize(context, message, data = Aws::EmptyStructure.new) ⇒ ObjectNotFoundException
Returns a new instance of ObjectNotFoundException.
126 127 128 |
# File 'lib/aws-sdk-applicationautoscaling/errors.rb', line 126 def initialize(context, , data = Aws::EmptyStructure.new) super(context, , data) end |
Instance Method Details
#message ⇒ String
131 132 133 |
# File 'lib/aws-sdk-applicationautoscaling/errors.rb', line 131 def @message || @data[:message] end |