Class: Aws::Types::ResultErrorEntry

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#error_code ⇒ ::String

Returns the value of attribute error_code.

Returns:

  • (::String)


63
64
65
# File 'sig/types.rbs', line 63

def error_code
  @error_code
end

#error_message ⇒ ::String

Returns the value of attribute error_message.

Returns:

  • (::String)


64
65
66
# File 'sig/types.rbs', line 64

def error_message
  @error_message
end

#id ⇒ ::String

Returns the value of attribute id.

Returns:

  • (::String)


65
66
67
# File 'sig/types.rbs', line 65

def id
  @id
end