Class: Aws::Types::VpcPeeringConnectionStatus
- Inherits:
-
Object
- Object
- Aws::Types::VpcPeeringConnectionStatus
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#code ⇒ ::String
Returns the value of attribute code.
-
#message ⇒ ::String
Returns the value of attribute message.
Instance Attribute Details
#code ⇒ ::String
Returns the value of attribute code.
2497 2498 2499 |
# File 'sig/types.rbs', line 2497 def code @code end |
#message ⇒ ::String
Returns the value of attribute message.
2498 2499 2500 |
# File 'sig/types.rbs', line 2498 def @message end |