Class: Aws::CloudWatch::Types::ResourceConflict
- Inherits:
-
Struct
- Object
- Struct
- Aws::CloudWatch::Types::ResourceConflict
- Defined in:
- gems/aws-sdk-cloudwatch/lib/aws-sdk-cloudwatch/types.rb
Overview
The operation could not be completed because the request conflicts with the current state of the alarm or its underlying scheduled query resource.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
Instance Attribute Details
#message ⇒ String
5530 5531 5532 5533 5534 |
# File 'gems/aws-sdk-cloudwatch/lib/aws-sdk-cloudwatch/types.rb', line 5530 class ResourceConflict < Struct.new( :message) SENSITIVE = [] include Aws::Structure end |