Class: Aws::Types::BackfillError
- Inherits:
-
Object
- Object
- Aws::Types::BackfillError
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#code ⇒ "ENCRYPTED_PARTITION_ERROR", ...
Returns the value of attribute code.
-
#partitions ⇒ ::Array[Types::PartitionValueList]
Returns the value of attribute partitions.
Instance Attribute Details
#code ⇒ "ENCRYPTED_PARTITION_ERROR", ...
Returns the value of attribute code.
202 203 204 |
# File 'sig/types.rbs', line 202 def code @code end |
#partitions ⇒ ::Array[Types::PartitionValueList]
Returns the value of attribute partitions.
203 204 205 |
# File 'sig/types.rbs', line 203 def partitions @partitions end |