Class: Aws::Types::StatusReason

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#description::String

Returns the value of attribute description.

Returns:

  • (::String)


7789
7790
7791
# File 'sig/types.rbs', line 7789

def description
  @description
end

#reason_code::String

Returns the value of attribute reason_code.

Returns:

  • (::String)


7788
7789
7790
# File 'sig/types.rbs', line 7788

def reason_code
  @reason_code
end