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.
914 915 916 |
# File 'sig/types.rbs', line 914 def availability_zone @availability_zone end |
#availability_zone_id ⇒ ::String
Returns the value of attribute availability_zone_id.
915 916 917 |
# File 'sig/types.rbs', line 915 def availability_zone_id @availability_zone_id end |
#error_code ⇒ ::String
Returns the value of attribute error_code.
916 917 918 |
# File 'sig/types.rbs', line 916 def error_code @error_code end |
#error_message ⇒ ::String
Returns the value of attribute error_message.
917 918 919 |
# File 'sig/types.rbs', line 917 def @error_message end |
#instance_type ⇒ ::String
Returns the value of attribute instance_type.
911 912 913 |
# File 'sig/types.rbs', line 911 def instance_type @instance_type end |
#market_type ⇒ ::String
Returns the value of attribute market_type.
912 913 914 |
# File 'sig/types.rbs', line 912 def market_type @market_type end |
#subnet_id ⇒ ::String
Returns the value of attribute subnet_id.
913 914 915 |
# File 'sig/types.rbs', line 913 def subnet_id @subnet_id end |