Class: Aws::Imagebuilder::Types::DistributionFailureContext
- Inherits:
-
Struct
- Object
- Struct
- Aws::Imagebuilder::Types::DistributionFailureContext
- Defined in:
- gems/aws-sdk-imagebuilder/lib/aws-sdk-imagebuilder/types.rb
Overview
Contains details about a failure that occurred while Image Builder distributed the image or applied configuration to the distributed image.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#error_message ⇒ String
The error message for the distribution failure.
-
#region_failures ⇒ Array<Types::RegionFailure>
The details about the failure for each Region where the image didn't finish distribution or configuration.
Instance Attribute Details
#error_message ⇒ String
The error message for the distribution failure.
2795 2796 2797 2798 2799 2800 |
# File 'gems/aws-sdk-imagebuilder/lib/aws-sdk-imagebuilder/types.rb', line 2795 class DistributionFailureContext < Struct.new( :error_message, :region_failures) SENSITIVE = [] include Aws::Structure end |
#region_failures ⇒ Array<Types::RegionFailure>
The details about the failure for each Region where the image didn't finish distribution or configuration.
2795 2796 2797 2798 2799 2800 |
# File 'gems/aws-sdk-imagebuilder/lib/aws-sdk-imagebuilder/types.rb', line 2795 class DistributionFailureContext < Struct.new( :error_message, :region_failures) SENSITIVE = [] include Aws::Structure end |