You are viewing documentation for version 2 of the AWS SDK for Ruby. Version 3 documentation can be found here.

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

Inherits:
Struct
  • Object
show all
Defined in:
(unknown)

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.

Instance Attribute Summary collapse

Instance Attribute Details

#exception_typeString

The type of error.

Returns:

  • (String)

    The type of error.

#failure_codeString

The code of the error.

Returns:

  • (String)

    The code of the error.

#failure_descriptionString

A description of the error.

Returns:

  • (String)

    A description of the error.

#failure_resourceString

The specified rule that could not be deleted.

Returns:

  • (String)

    The specified rule that could not be deleted.