Class: Aws::AutoScalingPlans::Types::ObjectNotFoundException
- Inherits:
-
Struct
- Object
- Struct
- Aws::AutoScalingPlans::Types::ObjectNotFoundException
- Includes:
- Structure
- Defined in:
- 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 'lib/aws-sdk-autoscalingplans/types.rb', line 533 class ObjectNotFoundException < Struct.new( :message) SENSITIVE = [] include Aws::Structure end |