Class: Aws::Types::TargetFailure
- Inherits:
-
Object
- Object
- Aws::Types::TargetFailure
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#failure_code ⇒ ::String
Returns the value of attribute failure_code.
-
#failure_message ⇒ ::String
Returns the value of attribute failure_message.
-
#id ⇒ ::String
Returns the value of attribute id.
-
#port ⇒ ::Integer
Returns the value of attribute port.
Instance Attribute Details
#failure_code ⇒ ::String
Returns the value of attribute failure_code.
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.
1406 1407 1408 |
# File 'sig/types.rbs', line 1406 def @failure_message end |
#id ⇒ ::String
Returns the value of attribute id.
1403 1404 1405 |
# File 'sig/types.rbs', line 1403 def id @id end |
#port ⇒ ::Integer
Returns the value of attribute port.
1404 1405 1406 |
# File 'sig/types.rbs', line 1404 def port @port end |