Values.DeregisterScalableTargetResponseSourceDeregisters an Application Auto Scaling scalable target when you have finished using it. To see which resources have been registered, use DescribeScalableTargets. Deregistering a scalable target deletes the scaling policies and the scheduled actions that are associated with it.
type nonrec error = [ | `ConcurrentUpdateException of ConcurrentUpdateException.t| `InternalServiceException of InternalServiceException.t| `ObjectNotFoundException of ObjectNotFoundException.t| `ValidationException of ValidationException.t| `Unknown_operation_error of string * string option ]val error_of_json :
string ->
Yojson.Safe.t ->
[> `ConcurrentUpdateException of ConcurrentUpdateException.t
| `InternalServiceException of InternalServiceException.t
| `ObjectNotFoundException of ObjectNotFoundException.t
| `Unknown_operation_error of string * string option
| `ValidationException of ValidationException.t ]val error_of_xml :
string ->
Awso.Xml.t ->
[> `ConcurrentUpdateException of ConcurrentUpdateException.t
| `InternalServiceException of InternalServiceException.t
| `ObjectNotFoundException of ObjectNotFoundException.t
| `Unknown_operation_error of string * string option
| `ValidationException of ValidationException.t ]