Class: Aws::Types::ProblemDetails

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#detail::String

Returns the value of attribute detail.

Returns:

  • (::String)


519
520
521
# File 'sig/types.rbs', line 519

def detail
  @detail
end

#title::String

Returns the value of attribute title.

Returns:

  • (::String)


520
521
522
# File 'sig/types.rbs', line 520

def title
  @title
end