Class ObjectNotFoundException

All Implemented Interfaces:
Serializable, SdkPojo, ToCopyableBuilder<ObjectNotFoundException.Builder,ObjectNotFoundException>

@Generated("software.amazon.awssdk:codegen") public final class ObjectNotFoundException extends ApplicationAutoScalingException implements ToCopyableBuilder<ObjectNotFoundException.Builder,ObjectNotFoundException>

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.

See Also: