class Amazonite::EventBridge::PutTargetsResultEntry

Overview

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

Included Modules

Defined in:

eventbridge/put_targets_result_entry.cr

Constructors

Instance Method Summary

Constructor Detail

def self.new(pull : JSON::PullParser) #

[View source]
def self.new(target_id : String | Nil = nil, error_code : String | Nil = nil, error_message : String | Nil = nil) #

[View source]

Instance Method Detail

def ==(other : self) #
Description copied from class Reference

Returns true if this reference is the same as other. Invokes same?.


def error_code : String | Nil #

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


[View source]
def error_code=(error_code : String | Nil) #

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


[View source]
def error_message : String | Nil #

The error message that explains why the target addition failed.


[View source]
def error_message=(error_message : String | Nil) #

The error message that explains why the target addition failed.


[View source]
def hash(hasher) #
Description copied from class Reference

See Object#hash(hasher)


def target_id : String | Nil #

The ID of the target.


[View source]
def target_id=(target_id : String | Nil) #

The ID of the target.


[View source]
def validate! : Nil #

[View source]