Method: Aws::SupportApp::Types::ResourceNotFoundException#message

Defined in:
lib/aws-sdk-supportapp/types.rb

#messageString

Returns:

  • (String)


360
361
362
363
364
# File 'lib/aws-sdk-supportapp/types.rb', line 360

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