Class: Aws::Types::RegistrationOutput

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#message::String

Returns the value of attribute message.

Returns:

  • (::String)


981
982
983
# File 'sig/types.rbs', line 981

def message
  @message
end

#result::String

Returns the value of attribute result.

Returns:

  • (::String)


982
983
984
# File 'sig/types.rbs', line 982

def result
  @result
end

#status"InProgress", ...

Returns the value of attribute status.

Returns:

  • ("InProgress", "Successful", "Error", "CancelStarted", "Canceled")


983
984
985
# File 'sig/types.rbs', line 983

def status
  @status
end