Class: Aws::Types::EC2InstanceError
- Inherits:
-
Object
- Object
- Aws::Types::EC2InstanceError
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#ec2_error_code ⇒ ::String
Returns the value of attribute ec2_error_code.
-
#ec2_error_message ⇒ ::String
Returns the value of attribute ec2_error_message.
-
#ec2_exception_type ⇒ ::String
Returns the value of attribute ec2_exception_type.
Instance Attribute Details
#ec2_error_code ⇒ ::String
Returns the value of attribute ec2_error_code.
138 139 140 |
# File 'sig/types.rbs', line 138 def ec2_error_code @ec2_error_code end |
#ec2_error_message ⇒ ::String
Returns the value of attribute ec2_error_message.
140 141 142 |
# File 'sig/types.rbs', line 140 def @ec2_error_message end |
#ec2_exception_type ⇒ ::String
Returns the value of attribute ec2_exception_type.
139 140 141 |
# File 'sig/types.rbs', line 139 def ec2_exception_type @ec2_exception_type end |