Class: Aws::Notifications::Types::ResourceNotFoundException

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

Overview

Request references a resource which does not exist.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#messageString

Returns:

  • (String)


3138
3139
3140
3141
3142
3143
# File 'gems/aws-sdk-notifications/lib/aws-sdk-notifications/types.rb', line 3138

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

#resource_idString

The ID of the resource that wasn't found.

Returns:

  • (String)


3138
3139
3140
3141
3142
3143
# File 'gems/aws-sdk-notifications/lib/aws-sdk-notifications/types.rb', line 3138

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