Class: Aws::Types::PartitionError
- Inherits:
-
Object
- Object
- Aws::Types::PartitionError
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#error_detail ⇒ Types::ErrorDetail
Returns the value of attribute error_detail.
-
#partition_values ⇒ ::Array[::String]
Returns the value of attribute partition_values.
Instance Attribute Details
#error_detail ⇒ Types::ErrorDetail
Returns the value of attribute error_detail.
5905 5906 5907 |
# File 'sig/types.rbs', line 5905 def error_detail @error_detail end |
#partition_values ⇒ ::Array[::String]
Returns the value of attribute partition_values.
5904 5905 5906 |
# File 'sig/types.rbs', line 5904 def partition_values @partition_values end |