Class: Aws::Types::RegionSetupInProgressException

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

Constant Summary collapse

SENSITIVE =

Instance Attribute Summary collapse

Instance Attribute Details

#code::String

Returns the value of attribute code.



2642
2643
2644
# File 'sig/types.rbs', line 2642

def code
  @code
end

#docs::String

Returns the value of attribute docs.



2643
2644
2645
# File 'sig/types.rbs', line 2643

def docs
  @docs
end

#message::String

Returns the value of attribute message.



2644
2645
2646
# File 'sig/types.rbs', line 2644

def message
  @message
end

#tip::String

Returns the value of attribute tip.



2645
2646
2647
# File 'sig/types.rbs', line 2645

def tip
  @tip
end