Class: Aws::Mgn::Types::ImportErrorData
- Inherits:
-
Struct
- Object
- Struct
- Aws::Mgn::Types::ImportErrorData
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-mgn/types.rb
Overview
Import error data.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#account_id ⇒ String
Import error data source account ID.
-
#application_id ⇒ String
Import error data application ID.
-
#ec2_launch_template_id ⇒ String
Import error data ec2 LaunchTemplate ID.
-
#raw_error ⇒ String
Import error data raw error.
-
#row_number ⇒ Integer
Import error data row number.
-
#source_server_id ⇒ String
Import error data source server ID.
-
#wave_id ⇒ String
Import error data wave id.
Instance Attribute Details
#account_id ⇒ String
Import error data source account ID.
1543 1544 1545 1546 1547 1548 1549 1550 1551 1552 1553 |
# File '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_id ⇒ String
Import error data application ID.
1543 1544 1545 1546 1547 1548 1549 1550 1551 1552 1553 |
# File '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_id ⇒ String
Import error data ec2 LaunchTemplate ID.
1543 1544 1545 1546 1547 1548 1549 1550 1551 1552 1553 |
# File '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_error ⇒ String
Import error data raw error.
1543 1544 1545 1546 1547 1548 1549 1550 1551 1552 1553 |
# File '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_number ⇒ Integer
Import error data row number.
1543 1544 1545 1546 1547 1548 1549 1550 1551 1552 1553 |
# File '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_id ⇒ String
Import error data source server ID.
1543 1544 1545 1546 1547 1548 1549 1550 1551 1552 1553 |
# File '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_id ⇒ String
Import error data wave id.
1543 1544 1545 1546 1547 1548 1549 1550 1551 1552 1553 |
# File '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 |