Class: Aws::Types::ResourceNotFoundException

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)


128
129
130
# File 'sig/types.rbs', line 128

def message
  @message
end

#reason"RULE_NOT_FOUND"

Returns the value of attribute reason.

Returns:

  • ("RULE_NOT_FOUND")


129
130
131
# File 'sig/types.rbs', line 129

def reason
  @reason
end