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)


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