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

#reason_code::String

Returns the value of attribute reason_code.

Returns:

  • (::String)


4616
4617
4618
# File 'sig/types.rbs', line 4616

def reason_code
  @reason_code
end

#reason_description::String

Returns the value of attribute reason_description.

Returns:

  • (::String)


4617
4618
4619
# File 'sig/types.rbs', line 4617

def reason_description
  @reason_description
end