Class: Aws::EventBridge::Types::RemoveTargetsResultEntry

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

Overview

Represents a target that failed to be removed from a rule.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#error_codeString

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

Returns:

  • (String)


4000
4001
4002
4003
4004
4005
4006
# File 'gems/aws-sdk-eventbridge/lib/aws-sdk-eventbridge/types.rb', line 4000

class RemoveTargetsResultEntry < Struct.new(
  :target_id,
  :error_code,
  :error_message)
  SENSITIVE = []
  include Aws::Structure
end

#error_messageString

The error message that explains why the target removal failed.

Returns:

  • (String)


4000
4001
4002
4003
4004
4005
4006
# File 'gems/aws-sdk-eventbridge/lib/aws-sdk-eventbridge/types.rb', line 4000

class RemoveTargetsResultEntry < Struct.new(
  :target_id,
  :error_code,
  :error_message)
  SENSITIVE = []
  include Aws::Structure
end

#target_idString

The ID of the target.

Returns:

  • (String)


4000
4001
4002
4003
4004
4005
4006
# File 'gems/aws-sdk-eventbridge/lib/aws-sdk-eventbridge/types.rb', line 4000

class RemoveTargetsResultEntry < Struct.new(
  :target_id,
  :error_code,
  :error_message)
  SENSITIVE = []
  include Aws::Structure
end