Class: Aws::Types::ErrorDetail

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)


487
488
489
# File 'sig/types.rbs', line 487

def error_code
  @error_code
end

#error_data::Array[::Hash[::String, ::String]]

Returns the value of attribute error_data.

Returns:

  • (::Array[::Hash[::String, ::String]])


488
489
490
# File 'sig/types.rbs', line 488

def error_data
  @error_data
end

#error_message::String

Returns the value of attribute error_message.

Returns:

  • (::String)


489
490
491
# File 'sig/types.rbs', line 489

def error_message
  @error_message
end