Class: Aws::SNS::Types::ResourceNotFoundException

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

Overview

Can’t perform the action on the specified resource. Make sure that the resource exists.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#messageString

Returns:

  • (String)


2133
2134
2135
2136
2137
# File 'gems/aws-sdk-sns/lib/aws-sdk-sns/types.rb', line 2133

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