Class: Aws::GeoMaps::Types::ResourceNotFoundException

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-geomaps/lib/aws-sdk-geomaps/types.rb

Overview

Exception thrown when the associated resource could not be found.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#messageString

Returns:

  • (String)


1010
1011
1012
1013
1014
# File 'gems/aws-sdk-geomaps/lib/aws-sdk-geomaps/types.rb', line 1010

class ResourceNotFoundException < Struct.new(
  :message)
  SENSITIVE = []
  include Aws::Structure
end