Class: Aws::Types::ImportErrorData
- Inherits:
-
Object
- Object
- Aws::Types::ImportErrorData
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#account_id ⇒ ::String
Returns the value of attribute account_id.
-
#application_id ⇒ ::String
Returns the value of attribute application_id.
-
#ec2_launch_template_id ⇒ ::String
Returns the value of attribute ec2_launch_template_id.
-
#raw_error ⇒ ::String
Returns the value of attribute raw_error.
-
#row_number ⇒ ::Integer
Returns the value of attribute row_number.
-
#source_server_id ⇒ ::String
Returns the value of attribute source_server_id.
-
#wave_id ⇒ ::String
Returns the value of attribute wave_id.
Instance Attribute Details
#account_id ⇒ ::String
Returns the value of attribute account_id.
567 568 569 |
# File 'sig/types.rbs', line 567 def account_id @account_id end |
#application_id ⇒ ::String
Returns the value of attribute application_id.
562 563 564 |
# File 'sig/types.rbs', line 562 def application_id @application_id end |
#ec2_launch_template_id ⇒ ::String
Returns the value of attribute ec2_launch_template_id.
564 565 566 |
# File 'sig/types.rbs', line 564 def ec2_launch_template_id @ec2_launch_template_id end |
#raw_error ⇒ ::String
Returns the value of attribute raw_error.
566 567 568 |
# File 'sig/types.rbs', line 566 def raw_error @raw_error end |
#row_number ⇒ ::Integer
Returns the value of attribute row_number.
565 566 567 |
# File 'sig/types.rbs', line 565 def row_number @row_number end |
#source_server_id ⇒ ::String
Returns the value of attribute source_server_id.
561 562 563 |
# File 'sig/types.rbs', line 561 def source_server_id @source_server_id end |
#wave_id ⇒ ::String
Returns the value of attribute wave_id.
563 564 565 |
# File 'sig/types.rbs', line 563 def wave_id @wave_id end |