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.
18627 18628 18629 |
# File 'sig/types.rbs', line 18627 def code @code end |
#message ⇒ ::String
Returns the value of attribute message.
18628 18629 18630 |
# File 'sig/types.rbs', line 18628 def @message end |