Class: Aws::ApplicationAutoScaling::Types::ObjectNotFoundException
- Inherits:
-
Struct
- Object
- Struct
- Aws::ApplicationAutoScaling::Types::ObjectNotFoundException
- Defined in:
- gems/aws-sdk-applicationautoscaling/lib/aws-sdk-applicationautoscaling/types.rb
Overview
The specified object could not be found. For any operation that depends on the existence of a scalable target, this exception is thrown if the scalable target with the specified service namespace, resource ID, and scalable dimension does not exist. For any operation that deletes or deregisters a resource, this exception is thrown if the resource cannot be found.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
Instance Attribute Details
#message ⇒ String
1857 1858 1859 1860 1861 |
# File 'gems/aws-sdk-applicationautoscaling/lib/aws-sdk-applicationautoscaling/types.rb', line 1857 class ObjectNotFoundException < Struct.new( :message) SENSITIVE = [] include Aws::Structure end |