Class: Aws::Types::LaunchInstancesError
- Inherits:
-
Object
- Object
- Aws::Types::LaunchInstancesError
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#availability_zone ⇒ ::String
Returns the value of attribute availability_zone.
-
#availability_zone_id ⇒ ::String
Returns the value of attribute availability_zone_id.
-
#error_code ⇒ ::String
Returns the value of attribute error_code.
-
#error_message ⇒ ::String
Returns the value of attribute error_message.
-
#instance_type ⇒ ::String
Returns the value of attribute instance_type.
-
#market_type ⇒ ::String
Returns the value of attribute market_type.
-
#subnet_id ⇒ ::String
Returns the value of attribute subnet_id.
Instance Attribute Details
#availability_zone ⇒ ::String
Returns the value of attribute availability_zone.
920 921 922 |
# File 'sig/types.rbs', line 920 def availability_zone @availability_zone end |
#availability_zone_id ⇒ ::String
Returns the value of attribute availability_zone_id.
921 922 923 |
# File 'sig/types.rbs', line 921 def availability_zone_id @availability_zone_id end |
#error_code ⇒ ::String
Returns the value of attribute error_code.
922 923 924 |
# File 'sig/types.rbs', line 922 def error_code @error_code end |
#error_message ⇒ ::String
Returns the value of attribute error_message.
923 924 925 |
# File 'sig/types.rbs', line 923 def @error_message end |
#instance_type ⇒ ::String
Returns the value of attribute instance_type.
917 918 919 |
# File 'sig/types.rbs', line 917 def instance_type @instance_type end |
#market_type ⇒ ::String
Returns the value of attribute market_type.
918 919 920 |
# File 'sig/types.rbs', line 918 def market_type @market_type end |
#subnet_id ⇒ ::String
Returns the value of attribute subnet_id.
919 920 921 |
# File 'sig/types.rbs', line 919 def subnet_id @subnet_id end |