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")


2033
2034
2035
# File 'sig/types.rbs', line 2033

def code
  @code
end

#message::String

Returns the value of attribute message.

Returns:

  • (::String)


2034
2035
2036
# File 'sig/types.rbs', line 2034

def message
  @message
end