Class: Aws::Types::PutTargetsResultEntry

Inherits:
Object
  • Object
show all
Defined in:
sig/types.rbs

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#error_code::String

Returns the value of attribute error_code.

Returns:

  • (::String)


864
865
866
# File 'sig/types.rbs', line 864

def error_code
  @error_code
end

#error_message::String

Returns the value of attribute error_message.

Returns:

  • (::String)


865
866
867
# File 'sig/types.rbs', line 865

def error_message
  @error_message
end

#target_id::String

Returns the value of attribute target_id.

Returns:

  • (::String)


863
864
865
# File 'sig/types.rbs', line 863

def target_id
  @target_id
end