Class: Aws::Types::LaunchInstancesError

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#availability_zone::String

Returns the value of attribute availability_zone.

Returns:

  • (::String)


920
921
922
# File 'sig/types.rbs', line 920

def availability_zone
  @availability_zone
end

#availability_zone_id::String

Returns the value of attribute availability_zone_id.

Returns:

  • (::String)


921
922
923
# File 'sig/types.rbs', line 921

def availability_zone_id
  @availability_zone_id
end

#error_code::String

Returns the value of attribute error_code.

Returns:

  • (::String)


922
923
924
# File 'sig/types.rbs', line 922

def error_code
  @error_code
end

#error_message::String

Returns the value of attribute error_message.

Returns:

  • (::String)


923
924
925
# File 'sig/types.rbs', line 923

def error_message
  @error_message
end

#instance_type::String

Returns the value of attribute instance_type.

Returns:

  • (::String)


917
918
919
# File 'sig/types.rbs', line 917

def instance_type
  @instance_type
end

#market_type::String

Returns the value of attribute market_type.

Returns:

  • (::String)


918
919
920
# File 'sig/types.rbs', line 918

def market_type
  @market_type
end

#subnet_id::String

Returns the value of attribute subnet_id.

Returns:

  • (::String)


919
920
921
# File 'sig/types.rbs', line 919

def subnet_id
  @subnet_id
end