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.
206 207 208 |
# File 'sig/types.rbs', line 206 def code @code end |
#partitions ⇒ ::Array[Types::PartitionValueList]
Returns the value of attribute partitions.
207 208 209 |
# File 'sig/types.rbs', line 207 def partitions @partitions end |