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:



54
55
56
# File 'sig/types.rbs', line 54

def message
  @message
end

#referenced_by::Hash[::String, ::String]

Returns the value of attribute referenced_by.

Returns:



56
57
58
# File 'sig/types.rbs', line 56

def referenced_by
  @referenced_by
end

#resource_type"Application", ...

Returns the value of attribute resource_type.

Returns:



55
56
57
# File 'sig/types.rbs', line 55

def resource_type
  @resource_type
end