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)


914
915
916
# File 'sig/types.rbs', line 914

def availability_zone
  @availability_zone
end

#availability_zone_id::String

Returns the value of attribute availability_zone_id.

Returns:

  • (::String)


915
916
917
# File 'sig/types.rbs', line 915

def availability_zone_id
  @availability_zone_id
end

#error_code::String

Returns the value of attribute error_code.

Returns:

  • (::String)


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

def error_code
  @error_code
end

#error_message::String

Returns the value of attribute error_message.

Returns:

  • (::String)


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

def error_message
  @error_message
end

#instance_type::String

Returns the value of attribute instance_type.

Returns:

  • (::String)


911
912
913
# File 'sig/types.rbs', line 911

def instance_type
  @instance_type
end

#market_type::String

Returns the value of attribute market_type.

Returns:

  • (::String)


912
913
914
# File 'sig/types.rbs', line 912

def market_type
  @market_type
end

#subnet_id::String

Returns the value of attribute subnet_id.

Returns:

  • (::String)


913
914
915
# File 'sig/types.rbs', line 913

def subnet_id
  @subnet_id
end