Class: Aws::Types::GetNamespaceDeletionStatusResponse
- Inherits:
-
Object
- Object
- Aws::Types::GetNamespaceDeletionStatusResponse
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#error_code ⇒ "VALIDATION_FAILED"
Returns the value of attribute error_code.
-
#error_message ⇒ ::String
Returns the value of attribute error_message.
-
#namespace_arn ⇒ ::String
Returns the value of attribute namespace_arn.
-
#namespace_name ⇒ ::String
Returns the value of attribute namespace_name.
-
#status ⇒ "IN_PROGRESS", ...
Returns the value of attribute status.
Instance Attribute Details
#error_code ⇒ "VALIDATION_FAILED"
Returns the value of attribute error_code.
250 251 252 |
# File 'sig/types.rbs', line 250 def error_code @error_code end |
#error_message ⇒ ::String
Returns the value of attribute error_message.
251 252 253 |
# File 'sig/types.rbs', line 251 def @error_message end |
#namespace_arn ⇒ ::String
Returns the value of attribute namespace_arn.
247 248 249 |
# File 'sig/types.rbs', line 247 def namespace_arn @namespace_arn end |
#namespace_name ⇒ ::String
Returns the value of attribute namespace_name.
248 249 250 |
# File 'sig/types.rbs', line 248 def namespace_name @namespace_name end |
#status ⇒ "IN_PROGRESS", ...
Returns the value of attribute status.
249 250 251 |
# File 'sig/types.rbs', line 249 def status @status end |