Class: Aws::Types::VpcEndpointErrorDetail
- Inherits:
-
Object
- Object
- Aws::Types::VpcEndpointErrorDetail
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#error_code ⇒ ::String
Returns the value of attribute error_code.
-
#error_message ⇒ ::String
Returns the value of attribute error_message.
-
#id ⇒ ::String
Returns the value of attribute id.
Instance Attribute Details
#error_code ⇒ ::String
Returns the value of attribute error_code.
1027 1028 1029 |
# File 'sig/types.rbs', line 1027 def error_code @error_code end |
#error_message ⇒ ::String
Returns the value of attribute error_message.
1026 1027 1028 |
# File 'sig/types.rbs', line 1026 def @error_message end |
#id ⇒ ::String
Returns the value of attribute id.
1025 1026 1027 |
# File 'sig/types.rbs', line 1025 def id @id end |