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