Module: Aws::IoTThingsGraph::Client::_GetNamespaceDeletionStatusResponseSuccess
- Includes:
- Seahorse::Client::_ResponseSuccess[Types::GetNamespaceDeletionStatusResponse]
- Defined in:
- sig/client.rbs
Instance Method Summary collapse
- #error_code ⇒ "VALIDATION_FAILED"
- #error_message ⇒ ::String
- #namespace_arn ⇒ ::String
- #namespace_name ⇒ ::String
- #status ⇒ "IN_PROGRESS", ...
Instance Method Details
#error_code ⇒ "VALIDATION_FAILED"
278 |
# File 'sig/client.rbs', line 278
def error_code: () -> ("VALIDATION_FAILED")
|
#error_message ⇒ ::String
279 |
# File 'sig/client.rbs', line 279
def error_message: () -> ::String
|
#namespace_arn ⇒ ::String
275 |
# File 'sig/client.rbs', line 275
def namespace_arn: () -> ::String
|
#namespace_name ⇒ ::String
276 |
# File 'sig/client.rbs', line 276
def namespace_name: () -> ::String
|
#status ⇒ "IN_PROGRESS", ...
277 |
# File 'sig/client.rbs', line 277
def status: () -> ("IN_PROGRESS" | "SUCCEEDED" | "FAILED")
|