Class: Aws::Types::ErrorDetails

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#code"VALIDATION_ERROR", ...

Returns the value of attribute code.

Returns:

  • ("VALIDATION_ERROR", "INTERNAL_FAILURE", "SYNC_INITIALIZING_ERROR", "SYNC_CREATING_ERROR", "SYNC_PROCESSING_ERROR", "SYNC_DELETING_ERROR", "PROCESSING_ERROR", "COMPOSITE_COMPONENT_FAILURE")


391
392
393
# File 'sig/types.rbs', line 391

def code
  @code
end

#message::String

Returns the value of attribute message.

Returns:

  • (::String)


392
393
394
# File 'sig/types.rbs', line 392

def message
  @message
end