You are viewing documentation for version 2 of the AWS SDK for Ruby. Version 3 documentation can be found here.
Class: Aws::CloudWatchEvents::Types::RemoveTargetsResultEntry
- Inherits:
-
Struct
- Object
- Struct
- Aws::CloudWatchEvents::Types::RemoveTargetsResultEntry
- Defined in:
- (unknown)
Overview
Represents a target that failed to be removed from a rule.
Instance Attribute Summary collapse
-
#error_code ⇒ String
The error code that indicates why the target removal failed.
-
#error_message ⇒ String
The error message that explains why the target removal failed.
-
#target_id ⇒ String
The ID of the target.
Instance Attribute Details
#error_code ⇒ String
The error code that indicates why the target removal failed. If the
value is ConcurrentModificationException
, too many requests were made
at the same time.
#error_message ⇒ String
The error message that explains why the target removal failed.
#target_id ⇒ String
The ID of the target.