Class: Aws::Types::AccountSetupInProgressException

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

Constant Summary collapse

SENSITIVE =

Returns:

Instance Attribute Summary collapse

Instance Attribute Details

#code::String

Returns the value of attribute code.

Returns:



50
51
52
# File 'sig/types.rbs', line 50

def code
  @code
end

#docs::String

Returns the value of attribute docs.

Returns:



51
52
53
# File 'sig/types.rbs', line 51

def docs
  @docs
end

#message::String

Returns the value of attribute message.

Returns:



52
53
54
# File 'sig/types.rbs', line 52

def message
  @message
end

#tip::String

Returns the value of attribute tip.

Returns:



53
54
55
# File 'sig/types.rbs', line 53

def tip
  @tip
end