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)


926
927
928
# File 'sig/types.rbs', line 926

def availability_zone
  @availability_zone
end

#availability_zone_id::String

Returns the value of attribute availability_zone_id.

Returns:

  • (::String)


927
928
929
# File 'sig/types.rbs', line 927

def availability_zone_id
  @availability_zone_id
end

#error_code::String

Returns the value of attribute error_code.

Returns:

  • (::String)


928
929
930
# File 'sig/types.rbs', line 928

def error_code
  @error_code
end

#error_message::String

Returns the value of attribute error_message.

Returns:

  • (::String)


929
930
931
# File 'sig/types.rbs', line 929

def error_message
  @error_message
end

#instance_type::String

Returns the value of attribute instance_type.

Returns:

  • (::String)


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

def instance_type
  @instance_type
end

#market_type::String

Returns the value of attribute market_type.

Returns:

  • (::String)


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

def market_type
  @market_type
end

#subnet_id::String

Returns the value of attribute subnet_id.

Returns:

  • (::String)


925
926
927
# File 'sig/types.rbs', line 925

def subnet_id
  @subnet_id
end