Class: Aws::Types::RegionFailure
- Inherits:
-
Object
- Object
- Aws::Types::RegionFailure
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#error_message ⇒ ::String
Returns the value of attribute error_message.
-
#image_configuration_step ⇒ "ASSOCIATE_LICENSES", ...
Returns the value of attribute image_configuration_step.
-
#region ⇒ ::String
Returns the value of attribute region.
-
#status ⇒ "FAILED", ...
Returns the value of attribute status.
-
#target_account_id ⇒ ::String
Returns the value of attribute target_account_id.
Instance Attribute Details
#error_message ⇒ ::String
Returns the value of attribute error_message.
1852 1853 1854 |
# File 'sig/types.rbs', line 1852 def end |
#image_configuration_step ⇒ "ASSOCIATE_LICENSES", ...
Returns the value of attribute image_configuration_step.
1851 1852 1853 |
# File 'sig/types.rbs', line 1851 def image_configuration_step @image_configuration_step end |
#region ⇒ ::String
Returns the value of attribute region.
1849 1850 1851 |
# File 'sig/types.rbs', line 1849 def region @region end |
#status ⇒ "FAILED", ...
Returns the value of attribute status.
1850 1851 1852 |
# File 'sig/types.rbs', line 1850 def status @status end |
#target_account_id ⇒ ::String
Returns the value of attribute target_account_id.
1853 1854 1855 |
# File 'sig/types.rbs', line 1853 def target_account_id @target_account_id end |