Class: Aws::Types::NameServersUpdateState

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#code"SUCCEEDED", ...

Returns the value of attribute code.

Returns:

  • ("SUCCEEDED", "PENDING", "FAILED", "STARTED")


2453
2454
2455
# File 'sig/types.rbs', line 2453

def code
  @code
end

#message::String

Returns the value of attribute message.

Returns:

  • (::String)


2454
2455
2456
# File 'sig/types.rbs', line 2454

def message
  @message
end