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.
1324 1325 1326 |
# File 'sig/types.rbs', line 1324 def error_code @error_code end |
#error_message ⇒ ::String
Returns the value of attribute error_message.
1325 1326 1327 |
# File 'sig/types.rbs', line 1325 def @error_message end |
#vpc_endpoint_id ⇒ ::String
Returns the value of attribute vpc_endpoint_id.
1323 1324 1325 |
# File 'sig/types.rbs', line 1323 def vpc_endpoint_id @vpc_endpoint_id end |