Class: Aws::AutoScalingPlans::Types::ObjectNotFoundException
- Inherits:
-
Struct
- Object
- Struct
- Aws::AutoScalingPlans::Types::ObjectNotFoundException
- Defined in:
- gems/aws-sdk-autoscalingplans/lib/aws-sdk-autoscalingplans/types.rb
Overview
The specified object could not be found.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
Instance Attribute Details
#message ⇒ String
533 534 535 536 537 |
# File 'gems/aws-sdk-autoscalingplans/lib/aws-sdk-autoscalingplans/types.rb', line 533 class ObjectNotFoundException < Struct.new( :message) SENSITIVE = [] include Aws::Structure end |