Class: Aws::Types::TargetFailure

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#failure_code::String

Returns the value of attribute failure_code.

Returns:

  • (::String)


1405
1406
1407
# File 'sig/types.rbs', line 1405

def failure_code
  @failure_code
end

#failure_message::String

Returns the value of attribute failure_message.

Returns:

  • (::String)


1406
1407
1408
# File 'sig/types.rbs', line 1406

def failure_message
  @failure_message
end

#id::String

Returns the value of attribute id.

Returns:

  • (::String)


1403
1404
1405
# File 'sig/types.rbs', line 1403

def id
  @id
end

#port::Integer

Returns the value of attribute port.

Returns:

  • (::Integer)


1404
1405
1406
# File 'sig/types.rbs', line 1404

def port
  @port
end