Class: Aws::Types::ImportErrorData

Inherits:
Object
  • Object
show all
Defined in:
sig/types.rbs

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#account_id ⇒ ::String

Returns the value of attribute account_id.

Returns:

  • (::String)


567
568
569
# File 'sig/types.rbs', line 567

def 
  @account_id
end

#application_id ⇒ ::String

Returns the value of attribute application_id.

Returns:

  • (::String)


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.

Returns:

  • (::String)


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.

Returns:

  • (::String)


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.

Returns:

  • (::Integer)


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.

Returns:

  • (::String)


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.

Returns:

  • (::String)


563
564
565
# File 'sig/types.rbs', line 563

def wave_id
  @wave_id
end