Class: Aws::Imagebuilder::Types::RegionFailure

Inherits:
Struct
  • Object
show all
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

Instance Attribute Details

#error_messageString

The error message for the failure in the Region.

Returns:

  • (String)


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_stepString

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.

Returns:

  • (String)


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

#regionString

The Region where the failure occurred.

Returns:

  • (String)


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

#statusString

The failure status for the Region. Indicates whether the process failed, was canceled, or timed out.

Returns:

  • (String)


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_idString

The account ID of the account that the image was distributed to in the Region.

Returns:

  • (String)


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