Class: Aws::Types::VpcEndpointError
- Inherits:
-
Object
- Object
- Aws::Types::VpcEndpointError
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#error_code ⇒ "ENDPOINT_NOT_FOUND", "SERVER_ERROR"
Returns the value of attribute error_code.
-
#error_message ⇒ ::String
Returns the value of attribute error_message.
-
#vpc_endpoint_id ⇒ ::String
Returns the value of attribute vpc_endpoint_id.
Instance Attribute Details
#error_code ⇒ "ENDPOINT_NOT_FOUND", "SERVER_ERROR"
Returns the value of attribute error_code.
2577 2578 2579 |
# File 'sig/types.rbs', line 2577 def error_code @error_code end |
#error_message ⇒ ::String
Returns the value of attribute error_message.
2578 2579 2580 |
# File 'sig/types.rbs', line 2578 def @error_message end |
#vpc_endpoint_id ⇒ ::String
Returns the value of attribute vpc_endpoint_id.
2576 2577 2578 |
# File 'sig/types.rbs', line 2576 def vpc_endpoint_id @vpc_endpoint_id end |