Class: Aws::Types::GetNamespaceDeletionStatusResponse

Inherits:
Object
  • Object
show all
Defined in:
sig/types.rbs

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#error_code"VALIDATION_FAILED"

Returns the value of attribute error_code.

Returns:

  • ("VALIDATION_FAILED")


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.

Returns:

  • (::String)


251
252
253
# File 'sig/types.rbs', line 251

def error_message
  @error_message
end

#namespace_arn::String

Returns the value of attribute namespace_arn.

Returns:

  • (::String)


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.

Returns:

  • (::String)


248
249
250
# File 'sig/types.rbs', line 248

def namespace_name
  @namespace_name
end

#status"IN_PROGRESS", ...

Returns the value of attribute status.

Returns:

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


249
250
251
# File 'sig/types.rbs', line 249

def status
  @status
end