Class: Aws::CloudWatch::Types::DeleteInsightRulesOutput

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
lib/aws-sdk-cloudwatch/types.rb

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#failuresArray<Types::PartialFailure>

An array listing the rules that could not be deleted. You cannot delete built-in rules.

Returns:



553
554
555
556
557
# File 'lib/aws-sdk-cloudwatch/types.rb', line 553

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