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.
3031 3032 3033 3034 3035 3036 |
# File 'gems/aws-sdk-imagebuilder/lib/aws-sdk-imagebuilder/types.rb', line 3031 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.
3031 3032 3033 3034 3035 3036 |
# File 'gems/aws-sdk-imagebuilder/lib/aws-sdk-imagebuilder/types.rb', line 3031 class DistributionFailureContext < Struct.new( :error_message, :region_failures) SENSITIVE = [] include Aws::Structure end |