Class: Aws::Types::ResourceNotFoundException

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

Constant Summary collapse

SENSITIVE =

Instance Attribute Summary collapse

Instance Attribute Details

#message::String

Returns the value of attribute message.



1146
1147
1148
# File 'sig/types.rbs', line 1146

def message
  @message
end

#resource::String

Returns the value of attribute resource.



1147
1148
1149
# File 'sig/types.rbs', line 1147

def resource
  @resource
end

#resource_type::String

Returns the value of attribute resource_type.



1148
1149
1150
# File 'sig/types.rbs', line 1148

def resource_type
  @resource_type
end