Class: Aws::Imagebuilder::Types::RegionFailure
- Inherits:
-
Struct
- Object
- Struct
- Aws::Imagebuilder::Types::RegionFailure
- Defined in:
- gems/aws-sdk-imagebuilder/lib/aws-sdk-imagebuilder/types.rb
Overview
Contains details about a distribution or image configuration failure for a single Region.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#error_message ⇒ String
The error message for the failure in the Region.
-
#image_configuration_step ⇒ String
The image configuration step where the failure occurred.
-
#region ⇒ String
The Region where the failure occurred.
-
#status ⇒ String
The failure status for the Region.
-
#target_account_id ⇒ String
The account ID of the account that the image was distributed to in the Region.
Instance Attribute Details
#error_message ⇒ String
The error message for the failure in the Region.
7928 7929 7930 7931 7932 7933 7934 7935 7936 |
# File 'gems/aws-sdk-imagebuilder/lib/aws-sdk-imagebuilder/types.rb', line 7928 class RegionFailure < Struct.new( :region, :status, :image_configuration_step, :error_message, :target_account_id) SENSITIVE = [] include Aws::Structure end |
#image_configuration_step ⇒ String
The image configuration step where the failure occurred. Image Builder sets this property when the failure happened during post-distribution configuration, such as launch template updates or virtual machine (VM) export. This property doesn't appear for failures that occurred while Image Builder copied the image to the Region.
7928 7929 7930 7931 7932 7933 7934 7935 7936 |
# File 'gems/aws-sdk-imagebuilder/lib/aws-sdk-imagebuilder/types.rb', line 7928 class RegionFailure < Struct.new( :region, :status, :image_configuration_step, :error_message, :target_account_id) SENSITIVE = [] include Aws::Structure end |
#region ⇒ String
The Region where the failure occurred.
7928 7929 7930 7931 7932 7933 7934 7935 7936 |
# File 'gems/aws-sdk-imagebuilder/lib/aws-sdk-imagebuilder/types.rb', line 7928 class RegionFailure < Struct.new( :region, :status, :image_configuration_step, :error_message, :target_account_id) SENSITIVE = [] include Aws::Structure end |
#status ⇒ String
The failure status for the Region. Indicates whether the process failed, was canceled, or timed out.
7928 7929 7930 7931 7932 7933 7934 7935 7936 |
# File 'gems/aws-sdk-imagebuilder/lib/aws-sdk-imagebuilder/types.rb', line 7928 class RegionFailure < Struct.new( :region, :status, :image_configuration_step, :error_message, :target_account_id) SENSITIVE = [] include Aws::Structure end |
#target_account_id ⇒ String
The account ID of the account that the image was distributed to in the Region.
7928 7929 7930 7931 7932 7933 7934 7935 7936 |
# File 'gems/aws-sdk-imagebuilder/lib/aws-sdk-imagebuilder/types.rb', line 7928 class RegionFailure < Struct.new( :region, :status, :image_configuration_step, :error_message, :target_account_id) SENSITIVE = [] include Aws::Structure end |