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

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
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)


3070
3071
3072
3073
3074
3075
# File 'lib/aws-sdk-notifications/types.rb', line 3070

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)


3070
3071
3072
3073
3074
3075
# File 'lib/aws-sdk-notifications/types.rb', line 3070

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