Class: Aws::CloudWatch::Types::PartialFailure

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

Overview

This array is empty if the API operation was successful for all the rules specified in the request. If the operation could not process one of the rules, the following data is returned for each of those rules.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#exception_typeString

The type of error.

Returns:

  • (String)


3143
3144
3145
3146
3147
3148
3149
3150
# File 'gems/aws-sdk-cloudwatch/lib/aws-sdk-cloudwatch/types.rb', line 3143

class PartialFailure < Struct.new(
  :failure_resource,
  :exception_type,
  :failure_code,
  :failure_description)
  SENSITIVE = []
  include Aws::Structure
end

#failure_codeString

The code of the error.

Returns:

  • (String)


3143
3144
3145
3146
3147
3148
3149
3150
# File 'gems/aws-sdk-cloudwatch/lib/aws-sdk-cloudwatch/types.rb', line 3143

class PartialFailure < Struct.new(
  :failure_resource,
  :exception_type,
  :failure_code,
  :failure_description)
  SENSITIVE = []
  include Aws::Structure
end

#failure_descriptionString

A description of the error.

Returns:

  • (String)


3143
3144
3145
3146
3147
3148
3149
3150
# File 'gems/aws-sdk-cloudwatch/lib/aws-sdk-cloudwatch/types.rb', line 3143

class PartialFailure < Struct.new(
  :failure_resource,
  :exception_type,
  :failure_code,
  :failure_description)
  SENSITIVE = []
  include Aws::Structure
end

#failure_resourceString

The specified rule that could not be deleted.

Returns:

  • (String)


3143
3144
3145
3146
3147
3148
3149
3150
# File 'gems/aws-sdk-cloudwatch/lib/aws-sdk-cloudwatch/types.rb', line 3143

class PartialFailure < Struct.new(
  :failure_resource,
  :exception_type,
  :failure_code,
  :failure_description)
  SENSITIVE = []
  include Aws::Structure
end