Class: Aws::Types::StatusDetails

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)


1324
1325
1326
# File 'sig/types.rbs', line 1324

def message
  @message
end

#status_code::String

Returns the value of attribute status_code.

Returns:

  • (::String)


1323
1324
1325
# File 'sig/types.rbs', line 1323

def status_code
  @status_code
end