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.
5924 5925 5926 |
# File 'sig/types.rbs', line 5924 def error_detail @error_detail end |
#partition_values ⇒ ::Array[::String]
Returns the value of attribute partition_values.
5923 5924 5925 |
# File 'sig/types.rbs', line 5923 def partition_values @partition_values end |