Class: Aws::Types::ServerShutdownException

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:

  • (::String)


828
829
830
# File 'sig/types.rbs', line 828

def code
  @code
end

#detailed_message::String

Returns the value of attribute detailed_message.

Returns:

  • (::String)


826
827
828
# File 'sig/types.rbs', line 826

def detailed_message
  @detailed_message
end

#request_id::String

Returns the value of attribute request_id.

Returns:

  • (::String)


827
828
829
# File 'sig/types.rbs', line 827

def request_id
  @request_id
end