Class: Aws::Mgn::Types::ImportErrorData

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-mgn/lib/aws-sdk-mgn/types.rb

Overview

Import error data.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#account_idString

Import error data source account ID.

Returns:

  • (String)


1543
1544
1545
1546
1547
1548
1549
1550
1551
1552
1553
# File 'gems/aws-sdk-mgn/lib/aws-sdk-mgn/types.rb', line 1543

class ImportErrorData < Struct.new(
  :account_id,
  :application_id,
  :ec2_launch_template_id,
  :raw_error,
  :row_number,
  :source_server_id,
  :wave_id)
  SENSITIVE = []
  include Aws::Structure
end

#application_idString

Import error data application ID.

Returns:

  • (String)


1543
1544
1545
1546
1547
1548
1549
1550
1551
1552
1553
# File 'gems/aws-sdk-mgn/lib/aws-sdk-mgn/types.rb', line 1543

class ImportErrorData < Struct.new(
  :account_id,
  :application_id,
  :ec2_launch_template_id,
  :raw_error,
  :row_number,
  :source_server_id,
  :wave_id)
  SENSITIVE = []
  include Aws::Structure
end

#ec2_launch_template_idString

Import error data ec2 LaunchTemplate ID.

Returns:

  • (String)


1543
1544
1545
1546
1547
1548
1549
1550
1551
1552
1553
# File 'gems/aws-sdk-mgn/lib/aws-sdk-mgn/types.rb', line 1543

class ImportErrorData < Struct.new(
  :account_id,
  :application_id,
  :ec2_launch_template_id,
  :raw_error,
  :row_number,
  :source_server_id,
  :wave_id)
  SENSITIVE = []
  include Aws::Structure
end

#raw_errorString

Import error data raw error.

Returns:

  • (String)


1543
1544
1545
1546
1547
1548
1549
1550
1551
1552
1553
# File 'gems/aws-sdk-mgn/lib/aws-sdk-mgn/types.rb', line 1543

class ImportErrorData < Struct.new(
  :account_id,
  :application_id,
  :ec2_launch_template_id,
  :raw_error,
  :row_number,
  :source_server_id,
  :wave_id)
  SENSITIVE = []
  include Aws::Structure
end

#row_numberInteger

Import error data row number.

Returns:

  • (Integer)


1543
1544
1545
1546
1547
1548
1549
1550
1551
1552
1553
# File 'gems/aws-sdk-mgn/lib/aws-sdk-mgn/types.rb', line 1543

class ImportErrorData < Struct.new(
  :account_id,
  :application_id,
  :ec2_launch_template_id,
  :raw_error,
  :row_number,
  :source_server_id,
  :wave_id)
  SENSITIVE = []
  include Aws::Structure
end

#source_server_idString

Import error data source server ID.

Returns:

  • (String)


1543
1544
1545
1546
1547
1548
1549
1550
1551
1552
1553
# File 'gems/aws-sdk-mgn/lib/aws-sdk-mgn/types.rb', line 1543

class ImportErrorData < Struct.new(
  :account_id,
  :application_id,
  :ec2_launch_template_id,
  :raw_error,
  :row_number,
  :source_server_id,
  :wave_id)
  SENSITIVE = []
  include Aws::Structure
end

#wave_idString

Import error data wave id.

Returns:

  • (String)


1543
1544
1545
1546
1547
1548
1549
1550
1551
1552
1553
# File 'gems/aws-sdk-mgn/lib/aws-sdk-mgn/types.rb', line 1543

class ImportErrorData < Struct.new(
  :account_id,
  :application_id,
  :ec2_launch_template_id,
  :raw_error,
  :row_number,
  :source_server_id,
  :wave_id)
  SENSITIVE = []
  include Aws::Structure
end