Class: Aws::Types::CodeError

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#error_type::String

Returns the value of attribute error_type.

Returns:

  • (::String)


181
182
183
# File 'sig/types.rbs', line 181

def error_type
  @error_type
end

#locationTypes::CodeErrorLocation

Returns the value of attribute location.



183
184
185
# File 'sig/types.rbs', line 183

def location
  @location
end

#value::String

Returns the value of attribute value.

Returns:

  • (::String)


182
183
184
# File 'sig/types.rbs', line 182

def value
  @value
end