Module: Aws::IoTThingsGraph::Client::_GetNamespaceDeletionStatusResponseSuccess

Includes:
Seahorse::Client::_ResponseSuccess[Types::GetNamespaceDeletionStatusResponse]
Defined in:
sig/client.rbs

Instance Method Summary collapse

Instance Method Details

#error_code"VALIDATION_FAILED"

Returns:

  • ("VALIDATION_FAILED")


278
# File 'sig/client.rbs', line 278

def error_code: () -> ("VALIDATION_FAILED")

#error_message::String

Returns:

  • (::String)


279
# File 'sig/client.rbs', line 279

def error_message: () -> ::String

#namespace_arn::String

Returns:

  • (::String)


275
# File 'sig/client.rbs', line 275

def namespace_arn: () -> ::String

#namespace_name::String

Returns:

  • (::String)


276
# File 'sig/client.rbs', line 276

def namespace_name: () -> ::String

#status"IN_PROGRESS", ...

Returns:

  • ("IN_PROGRESS", "SUCCEEDED", "FAILED")


277
# File 'sig/client.rbs', line 277

def status: () -> ("IN_PROGRESS" | "SUCCEEDED" | "FAILED")