Class: Aws::Types::DetailedError

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#code"INCOMPATIBLE_COMPUTE_LOCATION", "INCOMPATIBLE_FORWARDING_CONFIGURATION"

Returns the value of attribute code.

Returns:

  • ("INCOMPATIBLE_COMPUTE_LOCATION", "INCOMPATIBLE_FORWARDING_CONFIGURATION")


2029
2030
2031
# File 'sig/types.rbs', line 2029

def code
  @code
end

#message::String

Returns the value of attribute message.

Returns:

  • (::String)


2030
2031
2032
# File 'sig/types.rbs', line 2030

def message
  @message
end