Class: Aws::Types::DeleteUniqueIdError

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#error_type"SERVICE_ERROR", "VALIDATION_ERROR"

Returns the value of attribute error_type.

Returns:

  • ("SERVICE_ERROR", "VALIDATION_ERROR")


203
204
205
# File 'sig/types.rbs', line 203

def error_type
  @error_type
end

#unique_id::String

Returns the value of attribute unique_id.

Returns:

  • (::String)


202
203
204
# File 'sig/types.rbs', line 202

def unique_id
  @unique_id
end