Class: Aws::AutoScalingPlans::Errors::ObjectNotFoundException
- Inherits:
-
ServiceError
- Object
- ServiceError
- Aws::AutoScalingPlans::Errors::ObjectNotFoundException
- Defined in:
- lib/aws-sdk-autoscalingplans/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.
108 109 110 |
# File 'lib/aws-sdk-autoscalingplans/errors.rb', line 108 def initialize(context, , data = Aws::EmptyStructure.new) super(context, , data) end |
Instance Method Details
#message ⇒ String
113 114 115 |
# File 'lib/aws-sdk-autoscalingplans/errors.rb', line 113 def @message || @data[:message] end |