Class: Aws::Types::BackfillError

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#code"ENCRYPTED_PARTITION_ERROR", ...

Returns the value of attribute code.

Returns:

  • ("ENCRYPTED_PARTITION_ERROR", "INTERNAL_ERROR", "INVALID_PARTITION_TYPE_DATA_ERROR", "MISSING_PARTITION_VALUE_ERROR", "UNSUPPORTED_PARTITION_CHARACTER_ERROR")


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

def code
  @code
end

#partitions::Array[Types::PartitionValueList]

Returns the value of attribute partitions.

Returns:



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

def partitions
  @partitions
end