Class: Aws::Types::VerifiedAccessEndpointStatus
- Inherits:
-
Object
- Object
- Aws::Types::VerifiedAccessEndpointStatus
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#code ⇒ "pending", ...
Returns the value of attribute code.
-
#message ⇒ ::String
Returns the value of attribute message.
Instance Attribute Details
#code ⇒ "pending", ...
Returns the value of attribute code.
19293 19294 19295 |
# File 'sig/types.rbs', line 19293 def code @code end |
#message ⇒ ::String
Returns the value of attribute message.
19294 19295 19296 |
# File 'sig/types.rbs', line 19294 def @message end |