Class: Aws::Types::DeleteUniqueIdError
- Inherits:
-
Object
- Object
- Aws::Types::DeleteUniqueIdError
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#error_type ⇒ "SERVICE_ERROR", "VALIDATION_ERROR"
Returns the value of attribute error_type.
-
#unique_id ⇒ ::String
Returns the value of attribute unique_id.
Instance Attribute Details
#error_type ⇒ "SERVICE_ERROR", "VALIDATION_ERROR"
Returns the value of attribute error_type.
203 204 205 |
# File 'sig/types.rbs', line 203 def error_type @error_type end |
#unique_id ⇒ ::String
Returns the value of attribute unique_id.
202 203 204 |
# File 'sig/types.rbs', line 202 def unique_id @unique_id end |