Class: Aws::Types::CreateFleetError
- Inherits:
-
Object
- Object
- Aws::Types::CreateFleetError
- 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.
-
#launch_template_and_overrides ⇒ Types::LaunchTemplateAndOverridesResponse
Returns the value of attribute launch_template_and_overrides.
-
#lifecycle ⇒ "spot", ...
Returns the value of attribute lifecycle.
Instance Attribute Details
#error_code ⇒ ::String
Returns the value of attribute error_code.
2314 2315 2316 |
# File 'sig/types.rbs', line 2314 def error_code @error_code end |
#error_message ⇒ ::String
Returns the value of attribute error_message.
2315 2316 2317 |
# File 'sig/types.rbs', line 2315 def @error_message end |
#launch_template_and_overrides ⇒ Types::LaunchTemplateAndOverridesResponse
Returns the value of attribute launch_template_and_overrides.
2312 2313 2314 |
# File 'sig/types.rbs', line 2312 def launch_template_and_overrides @launch_template_and_overrides end |
#lifecycle ⇒ "spot", ...
Returns the value of attribute lifecycle.
2313 2314 2315 |
# File 'sig/types.rbs', line 2313 def lifecycle @lifecycle end |