Class: Aws::CloudWatch::Types::ResourceConflict

Inherits:
Struct
  • Object
show all
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

#messageString

Returns:

  • (String)


5565
5566
5567
5568
5569
# File 'gems/aws-sdk-cloudwatch/lib/aws-sdk-cloudwatch/types.rb', line 5565

class ResourceConflict < Struct.new(
  :message)
  SENSITIVE = []
  include Aws::Structure
end