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

Class: Aws::CloudWatchEvents::Types::PutTargetsResultEntry

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

Overview

Represents a target that failed to be added to a rule.

Instance Attribute Summary collapse

Instance Attribute Details

#error_codeString

The error code that indicates why the target addition failed. If the value is ConcurrentModificationException, too many requests were made at the same time.

Returns:

  • (String)

    The error code that indicates why the target addition failed.

#error_messageString

The error message that explains why the target addition failed.

Returns:

  • (String)

    The error message that explains why the target addition failed.

#target_idString

The ID of the target.

Returns:

  • (String)

    The ID of the target.