Values.DeleteScalingPolicyResponseSourceDeletes the specified scaling policy for an Application Auto Scaling scalable target. Deleting a step scaling policy deletes the underlying alarm action, but does not delete the CloudWatch alarm associated with the scaling policy, even if it no longer has an associated action. For more information, see Delete a step scaling policy and Delete a target tracking scaling policy in the Application Auto Scaling User Guide.
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 ]