Class: Aws::Types::NotFoundException

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)


2459
2460
2461
# File 'sig/types.rbs', line 2459

def code
  @code
end

#docs::String

Returns the value of attribute docs.

Returns:

  • (::String)


2460
2461
2462
# File 'sig/types.rbs', line 2460

def docs
  @docs
end

#message::String

Returns the value of attribute message.

Returns:

  • (::String)


2461
2462
2463
# File 'sig/types.rbs', line 2461

def message
  @message
end

#tip::String

Returns the value of attribute tip.

Returns:

  • (::String)


2462
2463
2464
# File 'sig/types.rbs', line 2462

def tip
  @tip
end